VanDyke Software Forums

Go Back   VanDyke Software Forums > File Transfer
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-24-2009, 11:44 AM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Unhappy 3.0.1.478 SFTP problem with Adobe CS3/CS4 (DreamWeaver, Contribute)

Hello all:

VShell 3.0.1.478

End-users have reported problems with Adobe CS3 and CS4 (DreamWeaver
and Contribute specifically) using SFTP into the VShell server. Users cannot create new files nor delete existing files (which affects check-in/checkout).

CS4 users receive a message similar to this:
Code:
Started: 2/24/2009 12:09 PM bulletin/mm_menu.js - error occurred - An FTP error occurred - cannot delete remote file mm_menu.js. Access denied. The file may not exist, or there could be a permission problem. File activity incomplete. 1 file(s) or folder(s) were not completed. Files with errors: 1 bulletin/mm_menu.js Finished: 2/24/2009 12:09 PM

NOTE: clock on client is about 60 seconds slower than server.

The file in question, bulletin/mm_menu.js, exists and the NTFS permissions
(Win2000) are OK.


Server logging in debug mode:
Code:
12:10:28,conn,53948: Connection accepted from 155.247.xxx.yyy:4148 12:10:28,dbg ,53948: [LOCAL DEBUG] SSH2Core version 4.3.0.478 12:10:28,dbg ,53948: [LOCAL DEBUG] Changing state from STATE_NOT_CONNECTED to STATE_EXPECT_KEX_INIT 12:10:28,dbg ,53948: [LOCAL DEBUG] Using protocol SSH2 12:10:28,dbg ,53948: [LOCAL DEBUG] RECV : Remote Identifier = "SSH-2.0-OpenSSH_4.6" 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote can re-key 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote sends language in password change requests 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote sends algorithm name in PK_OK packets 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote sends algorithm name in public key packets 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote sends algorithm name in signatures 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote sends error text in open failure packets 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote sends name in service accept packets 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote includes port number in x11 open packets 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote uses 160 bit keys for SHA1 MAC 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote supports new diffie-hellman group exchange messages 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote correctly handles unknown SFTP extensions 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote correctly encodes OID for gssapi 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote correctly uses connected addresses in forwarded-tcpip requests 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote can do SFTP version 4 12:10:28,dbg ,53948: [LOCAL DEBUG] CAP : Remote x.509v3 uses ASN.1 encoding for DSA signatures 12:10:28,dbg ,53948: [LOCAL DEBUG] SEND : KEXINIT 12:10:28,dbg ,53948: [LOCAL DEBUG] RECV : Read kexinit 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Kex Methods = diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Kex Method = diffie-hellman-group-exchange-sha1 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Host Key Algos = ssh-rsa,ssh-dss 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Host Key Algo = ssh-dss 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Send Ciphers = aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Send Cipher = aes128-cbc 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Recv Ciphers = aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Recv Cipher = aes128-cbc 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Send Macs = hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Send Mac = hmac-md5 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Recv Macs = hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Recv Mac = hmac-md5 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Compressors = none,zlib@openssh.com,zlib 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Compressor = none 12:10:28,dbg ,53948: [LOCAL DEBUG] Available Remote Decompressors = none,zlib@openssh.com,zlib 12:10:28,dbg ,53948: [LOCAL DEBUG] Selected Decompressor = none 12:10:28,dbg ,53948: [LOCAL DEBUG] Changing state from STATE_EXPECT_KEX_INIT to STATE_KEY_EXCHANGE 12:10:29,dbg ,53948: [LOCAL DEBUG] RECV : KEXDH_GEX_REQUEST 12:10:29,dbg ,53948: [LOCAL DEBUG] SEND : KEXDH_GEX_GROUP 12:10:29,dbg ,53948: [LOCAL DEBUG] RECV : KEXDH_INIT 12:10:29,dbg ,53948: [LOCAL DEBUG] SEND : KEXDH_REPLY 12:10:29,dbg ,53948: [LOCAL DEBUG] SEND : NEWKEYS 12:10:29,dbg ,53948: [LOCAL DEBUG] Changing state from STATE_KEY_EXCHANGE to STATE_EXPECT_NEWKEYS 12:10:29,dbg ,53948: [LOCAL DEBUG] RECV : NEWKEYS 12:10:29,dbg ,53948: [LOCAL DEBUG] Changing state from STATE_EXPECT_NEWKEYS to STATE_CONNECTION 12:10:29,dbg ,53948: [LOCAL DEBUG] RECV: SERVICE_REQUEST[ssh-userauth] 12:10:29,dbg ,53948: [LOCAL DEBUG] SEND: SERVICE_ACCEPT[ssh-userauth] 12:10:29,dbg ,53948: [LOCAL DEBUG] SENT : SSH_MSG_USERAUTH_BANNER 12:10:29,auth,53948: Client specified username vmehta02, resolved as DEVELOP\vmehta02 12:10:29,auth,53948: none for user DEVELOP\vmehta02 rejected because it is unavailable 12:10:29,auth,53948: password for user DEVELOP\vmehta02 accepted 12:10:29,dbg ,53948: [LOCAL DEBUG] RECV: CHANNEL_OPEN[session] 12:10:29,conn,53948: Session channel open request accepted 12:10:29,conn,53948: Received request to start subsystem sftp (Built-in Subsystem) 12:10:29,sftp,53948: SFTP subsystem initialized; remote version is 3 12:10:29,sftp,53948: Sending VERSION packet to remote (3) 12:10:29,dbg ,53948: Fixed drive (C:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 12:10:29,dbg ,53948: Fixed drive (D:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 12:10:29,dbg ,53948: Fixed drive (F:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 12:10:29,dbg ,53948: Fixed drive (S:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 12:10:29,dbg ,53948: Using home directory "F:\InetPub\Develop\" for user DEVELOP\vmehta02 12:10:34,sftp,53948: Failed to create directory "/bulletin/bulletin/CRXDQWHFA": The system cannot find the path specified. 12:10:45,sftp,53948: Failed to delete file "/bulletin/bulletin/mm_menu.js.LCK": The system cannot find the path specified. 12:10:45,sftp,53948: Failed to delete file "/bulletin/bulletin/mm_menu.js": The system cannot find the path specified.


Originally, I thought the problem lied with Adobe. The version prior to CS3
worked well, but since the release of CS3 problems have persisted.

Adobe has ignored to look into this problem , so I turn here.

Additionally, a recent test to a Linux box running OpenSSH 3.9 did not have
the same problems. So Im thinking that the problem may lie with VShell.

Thanks.
S.A. Birl
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #2  
Old 02-24-2009, 12:51 PM
rtb rtb is offline
VanDyke Technical Support
 
Join Date: Aug 2008
Posts: 716
Hi Birl,

We have seen this issue in the past. It appeared that DW8 would transfer a file, but CS4 would attempt to delete a file regardless of the file existing, and when it couldn't delete the file, it was not able to continue.

Can you confirm that the SFTP clients in the previous version of Dream Weaver (DW) and CS4 are configured exactly the same?

Can you provide a verbose log from the SFTP client in CS4?

Can you provide a VShell debug log of a successful file transfer from the the previous DW client along with verbose output from the client?

Since these logs will contain sensitive data, feel free to send them as attachments to support@vandyke.com with a subject of "Attn: Todd - Thread 3453".
__________________
--Todd

VanDyke Software
Technical Support
support@vandyke.com
505-332-5730

Last edited by rtb : 02-24-2009 at 01:14 PM.
Reply With Quote
  #3  
Old 02-24-2009, 01:20 PM
rtb rtb is offline
VanDyke Technical Support
 
Join Date: Aug 2008
Posts: 716
Hi Birl,

After some additional review of the posted log, we were wondering if the following path exist?
/bulletin/bulletin/
Do you have 'Use single virtual SFTP root' enabled in the SFTP category of the VShell Control Panel?
__________________
--Todd

VanDyke Software
Technical Support
support@vandyke.com
505-332-5730
Reply With Quote
  #4  
Old 02-24-2009, 02:50 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Todd:

Both CS3 and CS4 clients are configured the same way.

AFAIK, neither CS3 nor CS4 provide any client-side logs. Adobe seems to have
a M$ approach to offering any sort of valid, useful information for troubleshooting.

As for server-side log of a "successful" file transfer. None exist. No one has
been able to upload a file via CS3 successful.

'Use single virtual SFTP root' has never been enabled, and with 2 roots (1 for the end-users, 1 for administrative -- unrelated to this), Im hesitant to enable it
on a production server.
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #5  
Old 02-24-2009, 03:08 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Our public on-line documentation for DreamWeaver MX 2004.
http://www.temple.edu/webhelp/connec...mx2004_ftp.htm

The settings for CS3 and CS4 are the same.
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #6  
Old 02-24-2009, 03:33 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Forgot to answer the other question, /bulletin/bulletin/ does not exist.
It should be /bulletin/

We've never been able to find client-side SFTP logs, just standard FTP.
I know it's not your product, but do you know how to grab such logs from DW?
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #7  
Old 02-25-2009, 09:50 AM
rtb rtb is offline
VanDyke Technical Support
 
Join Date: Aug 2008
Posts: 716
Hi Birl,

Thanks for the information.

Unfortunately, I don't know how to get different types of logs from DW.

Since the CS3 and CS4 clients are sending '/bulletin/bulletin/', it seems like there is a configuration problem with the client in DW, or the client is "assuming" something that the previous version of DW didn't.

Would you be able to send or post a VShell debug log for a successful attempt using the previous version of DW to send files to '/bulletin/'?

Are the public instructions for configuring DW that you posted a link to for both CS3, CS4 and the previous version of DW?
__________________
--Todd

VanDyke Software
Technical Support
support@vandyke.com
505-332-5730
Reply With Quote
  #8  
Old 02-25-2009, 03:24 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Todd:

Here are the server logs. The client is DreamWeaver 8.

Code:
16:17:48,conn,63851: Connection accepted from 155.247.xxx.yyy:2020 16:17:48,dbg ,63851: [LOCAL DEBUG] SSH2Core version 4.3.0.478 16:17:48,dbg ,63851: [LOCAL DEBUG] Changing state from STATE_NOT_CONNECTED to STATE_EXPECT_KEX_INIT 16:17:48,dbg ,63851: [LOCAL DEBUG] Using protocol SSH2 16:17:48,dbg ,63851: [LOCAL DEBUG] RECV : Remote Identifier = "SSH-2.0-OpenSSH_3.5p1" 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote can re-key 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote sends language in password change requests 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote sends algorithm name in PK_OK packets 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote sends algorithm name in public key packets 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote sends algorithm name in signatures 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote sends error text in open failure packets 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote sends name in service accept packets 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote includes port number in x11 open packets 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote uses 160 bit keys for SHA1 MAC 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote supports new diffie-hellman group exchange messages 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote correctly handles unknown SFTP extensions 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote correctly uses connected addresses in forwarded-tcpip requests 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote can do SFTP version 4 16:17:48,dbg ,63851: [LOCAL DEBUG] CAP : Remote x.509v3 uses ASN.1 encoding for DSA signatures 16:17:48,dbg ,63851: [LOCAL DEBUG] SEND : KEXINIT 16:17:48,dbg ,63851: [LOCAL DEBUG] RECV : Read kexinit 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Kex Methods = diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Kex Method = diffie-hellman-group-exchange-sha1 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Host Key Algos = ssh-rsa,ssh-dss 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Host Key Algo = ssh-dss 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Send Ciphers = aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Send Cipher = aes128-cbc 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Recv Ciphers = aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Recv Cipher = aes128-cbc 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Send Macs = hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Send Mac = hmac-md5 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Recv Macs = hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Recv Mac = hmac-md5 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Compressors = none,zlib 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Compressor = none 16:17:48,dbg ,63851: [LOCAL DEBUG] Available Remote Decompressors = none,zlib 16:17:48,dbg ,63851: [LOCAL DEBUG] Selected Decompressor = none 16:17:48,dbg ,63851: [LOCAL DEBUG] Changing state from STATE_EXPECT_KEX_INIT to STATE_KEY_EXCHANGE 16:17:48,dbg ,63851: [LOCAL DEBUG] RECV : KEXDH_GEX_REQUEST 16:17:48,dbg ,63851: [LOCAL DEBUG] SEND : KEXDH_GEX_GROUP 16:17:48,dbg ,63851: [LOCAL DEBUG] RECV : KEXDH_INIT 16:17:48,dbg ,63851: [LOCAL DEBUG] SEND : KEXDH_REPLY 16:17:48,dbg ,63851: [LOCAL DEBUG] SEND : NEWKEYS 16:17:48,dbg ,63851: [LOCAL DEBUG] Changing state from STATE_KEY_EXCHANGE to STATE_EXPECT_NEWKEYS 16:17:48,dbg ,63851: [LOCAL DEBUG] RECV : NEWKEYS 16:17:48,dbg ,63851: [LOCAL DEBUG] Changing state from STATE_EXPECT_NEWKEYS to STATE_CONNECTION 16:17:49,dbg ,63851: [LOCAL DEBUG] RECV: SERVICE_REQUEST[ssh-userauth] 16:17:49,dbg ,63851: [LOCAL DEBUG] SEND: SERVICE_ACCEPT[ssh-userauth] 16:17:49,dbg ,63851: [LOCAL DEBUG] SENT : SSH_MSG_USERAUTH_BANNER 16:17:49,auth,63851: Client specified username vmehta02, resolved as DEVELOP\vmehta02 16:17:49,auth,63851: none for user DEVELOP\vmehta02 rejected because it is unavailable 16:17:49,auth,63851: password for user DEVELOP\vmehta02 accepted 16:17:49,dbg ,63851: [LOCAL DEBUG] RECV: CHANNEL_OPEN[session] 16:17:49,conn,63851: Session channel open request accepted 16:17:49,conn,63851: Received request to start subsystem sftp (Built-in Subsystem) 16:17:49,sftp,63851: SFTP subsystem initialized; remote version is 3 16:17:49,sftp,63851: Sending VERSION packet to remote (3) 16:17:49,dbg ,63851: Fixed drive (C:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 16:17:49,dbg ,63851: Fixed drive (D:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 16:17:49,dbg ,63851: Fixed drive (F:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 16:17:49,dbg ,63851: Fixed drive (S:\) was not listable for the user DEVELOP\vmehta02's SFTP home directory 16:17:49,dbg ,63851: Using home directory "F:\InetPub\Develop\" for user DEVELOP\vmehta02 16:17:49,sftp,63851: vmehta02 created directory /MM_CASETEST4291 16:17:49,sftp,63851: vmehta02 deleted directory /mm_casetest4291 16:17:49,sftp,63851: vmehta02 created directory /bulletin/xyiznwsk 16:17:49,sftp,63851: vmehta02 deleted directory /bulletin/xyiznwsk 16:17:50,sftp,63851: vmehta02 created directory /bulletin/xyiznwsk 16:17:50,sftp,63851: vmehta02 deleted directory /bulletin/xyiznwsk 16:18:16,sftp,63851: Failed to delete file "/bulletin/untitled.html.LCK": The system cannot find the file specified. 16:18:16,sftp,63851: vmehta02 deleted file /bulletin/untitled.html 16:18:16,sftp,63851: Failed to stat file: /bulletin/_notes/untitled.html.mno as user: vmehta02 System Error: The system cannot find the file specified. 16:18:38,sftp,63851: Failed to delete directory "/bulletin/CRXDQWHFA": The system cannot find the file specified. 16:18:38,sftp,63851: Failed to stat file: /bulletin/CRXDQWHFA as user: vmehta02 System Error: The system cannot find the file specified. 16:18:38,sftp,63851: vmehta02 created directory /bulletin/CRXDQWHFA 16:18:39,sftp,63851: vmehta02 deleted directory /bulletin/CRXDQWHFA 16:18:39,sftp,63851: Failed to stat file: /bulletin/untitled.html as user: vmehta02 System Error: The system cannot find the file specified. 16:18:39,sftp,63851: DEVELOP\vmehta02 has accessed F:\InetPub\Develop\bulletin\untitled.html: 323 bytes uploaded 16:18:44,sftp,63851: Failed to stat file: /bulletin/develop.html as user: vmehta02 System Error: The system cannot find the file specified. 16:18:44,sftp,63851: vmehta02 renamed /bulletin/untitled.html --> /bulletin/develop.html 16:18:44,sftp,63851: Failed to stat file: /bulletin/_notes/untitled.html.mno as user: vmehta02 System Error: The system cannot find the file specified. 16:19:17,sftp,63851: SFTP subsystem terminated 16:19:17,conn,63851: Session channel has been closed (pid: none) 16:19:17,dbg ,63851: [LOCAL DEBUG] RECV: TCP/IP close 16:19:17,dbg ,63851: [LOCAL DEBUG] Changing state from STATE_CONNECTION to STATE_CLOSED 16:19:17,dbg ,63851: [LOCAL DEBUG] Connected for 88 seconds, 29113 bytes sent, 8094 bytes received 16:19:17,conn,63851: Connection closed

As for the online document, it applies to all versions of DreamWeaver.
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #9  
Old 02-25-2009, 03:28 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Oh, btw, what does 'Use single virtual SFTP root' do exactly?
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #10  
Old 02-25-2009, 06:58 PM
rtb rtb is offline
VanDyke Technical Support
 
Join Date: Aug 2008
Posts: 716
Hi Birl,

I notice in the log from DW8 that "/bulletin/" is being sent rather than "/bulletin/bulletin/".

Would you be able to send or post successful debug logs from OpenSSH for both DW8 and CS3 or CS4?

When 'Use single virtual SFTP root' is enabled, if a user has multiple SFTP roots defined, they will be presented as subordinate to a virtual '/', rather than as individual drives.

The virtual '/' that is created is not real, in that no folders or files can be created in the virtual '/' root.

One would need to cd into an alias or folder to which they have access to be able to create folders or files.

Does this help to answer your question?
__________________
--Todd

VanDyke Software
Technical Support
support@vandyke.com
505-332-5730
Reply With Quote
  #11  
Old 03-02-2009, 01:47 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Yes, that does answer my question. It wouldnt be a good idea for me to enable a single FTP root.

Regarding OpenSSH server logs, even in debug mode, the daemon is only logging the connection and nothing else. No DreamWeaver transactions are logged.
Google tells me that OpenSSH's SFTP doesnt log.
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #12  
Old 03-03-2009, 10:58 AM
rtb rtb is offline
VanDyke Technical Support
 
Join Date: Aug 2008
Posts: 716
Hi Birl,

Resolving this issue will be a little difficult since you are asking for assistance configuring a non-VanDyke Software product.

I noticed a 'Server Compatibility' button in your Configure Server dialog, and was wondering what can be set in that option.

Would you post a screenshot of that dialog?

Where do you configure the "/bulletin/bulletin/" in CS4, and how does it differ from DW8?

Does anyone out there run DW CS4, and have additional insight to offer about configuring SFTP transfers for the built-in client?
__________________
--Todd

VanDyke Software
Technical Support
support@vandyke.com
505-332-5730
Reply With Quote
  #13  
Old 03-03-2009, 02:11 PM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Quote:
Originally Posted by rtb
Hi Birl,

Resolving this issue will be a little difficult since you are asking for assistance configuring a non-VanDyke Software product.

I noticed a 'Server Compatibility' button in your Configure Server dialog, and was wondering what can be set in that option.

Would you post a screenshot of that dialog?

When we select SFTP as the mode, the "Server Compatibility" option is grayed out.

Quote:
Originally Posted by rtb
Where do you configure the "/bulletin/bulletin/" in CS4, and how does it differ from DW8?

We only put bulletin in the root section. Not sure why DW sends bulletin/bulletin

Quote:
Originally Posted by rtb
Does anyone out there run DW CS4, and have additional insight to offer about configuring SFTP transfers for the built-in client?

My co-worker, who supplied me with these answers and screenshots.
The options are *exactly* the same in DW8, CS3 and CS4.
The screenshots are from CS4, but the options are the same in DW8.
Attached Images
File Type: gif Untitled-1.gif (7.5 KB, 2 views)
File Type: gif Untitled-2.gif (46.4 KB, 2 views)
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
  #14  
Old 03-03-2009, 03:15 PM
rtb rtb is offline
VanDyke Technical Support
 
Join Date: Aug 2008
Posts: 716
Hi Birl,

Thanks for the answers and screenshots.

Since the configuration for DW8 is the same as CS4, and DW8 works, but CS4 doesn't, this would logically point to a bug/change in CS4.

Have you reported this bug/change to Adobe?

As an attempt at a workaround, have you tried clearing the 'Host Directory:' field for the CS4 configuration?

What SFTP root is configured in VShell?
__________________
--Todd

VanDyke Software
Technical Support
support@vandyke.com
505-332-5730
Reply With Quote
  #15  
Old 03-04-2009, 08:31 AM
Birl's Avatar
Birl Birl is offline
Registered User
 
Join Date: Mar 2004
Location: Philadelphia
Posts: 20
Todd,

As I mentioned in the OP, Adobe has brushed us off. When DreamWeaver was
still under Macromedia, we always received help. Not now.

I'll have my co-worker clear out the Host Directory field, but I think it may cause problems. I'll get back to you on those results.

As for the SFTP root, see attached. The highlighted field is the root all users go to.

Thanks.
Attached Images
File Type: jpg VShell.jpg (100.4 KB, 2 views)
__________________
S.A. Birl
Senior Systems Administrator - Computer Services - Temple University
Philadelphia, PA
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:00 AM.


© copyright 1995-2010 VanDyke Software, Inc.