Missing "/" in sftp transfert

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
igrec2001
500 Command not understood
Posts: 3
Joined: 2004-09-06 07:44

Missing "/" in sftp transfert

#1 Post by igrec2001 » 2004-09-06 07:48

Is there someone looking at this annoying bug ?

http://sourceforge.net/tracker/index.ph ... tid=372241

Thank you.

I should use WinSCP to transfert my files over sftp.
I do prefer to have only one ftp/sftp client (Filezilla of course).

User avatar
botg
Site Admin
Posts: 35562
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2004-09-06 07:53

I don't know what's causing this. Last time I checked, after passing the path and the filename to the server individually, it did return the concatenated filename, though with a missing slash.

igrec2001
500 Command not understood
Posts: 3
Joined: 2004-09-06 07:44

#3 Post by igrec2001 » 2004-09-06 09:37

This is a example with a sftp server on AIX 5.2 :

Status: Connecting to xx.xxx.xx.xx:22 ...
Status: Connected with xx.xxx.xx.xx:22, initializing SFTP connection...
Command: CONNECT mtb@xx.xxx.xx.xx:22
Response: Remote working directory is /users/mtb
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: Remote directory is /users/mtb
Command: LIST
Response: Sucessfully received 12 items
Status: Directory listing successful
Status: Starting download of /users/mtb/test.txt
Command: GET test.txt E:\tmp\test.txt FALSE
Response: /users/mtbtest.txt: no such file or directory
Error: Download failed

I succeed in with WinSCP. So I think this isn't a problem with the sftp server.

If I can help with a another trace or something else ?

Post Reply