mogwai
hello,
problem :
I experience a problem when I'm done doing a recursive transfer. Subsequent transfers of the same folder fail with "550 no such file or directory".
how to reproduce :
For example if I transfer "public_html" on my desktop :
all the folder, sub-folders, files get transferred, as usual.
But let's say I want to transfer "public_html" again :
Because Smart-FTP stay in the last directory to be transferred, I click on my server name in the file tree which bring me from the current directory to the root of my home directory. I drag my "public_html" on the desktop again :
Smart-FTP try to download the wrong files. In fact, Smart-FTP try to download the files located in the last directory to be transferred succesfully.
how to circumvent :
If I want to initiate a successful transfer again, I must refresh the content of my root Dir.[/quote]
problem :
I experience a problem when I'm done doing a recursive transfer. Subsequent transfers of the same folder fail with "550 no such file or directory".
how to reproduce :
For example if I transfer "public_html" on my desktop :
[...]
SIZE yellowyes.gif
213 1589
PASV
227 Entering Passive Mode (X,X,X,X,247,252).
Opening data connection to X.X.X.X Port: 63484
RETR yellowyes.gif
150 Opening BINARY mode data connection for yellowyes.gif (1589 bytes)
1589 bytes transferred. (N/A/s) (0 ms)
226 Transfer complete.
Transfer successful.
all the folder, sub-folders, files get transferred, as usual.
But let's say I want to transfer "public_html" again :
Because Smart-FTP stay in the last directory to be transferred, I click on my server name in the file tree which bring me from the current directory to the root of my home directory. I drag my "public_html" on the desktop again :
CWD /public_html
250 CWD command successful
PWD
257 "/public_html" is current directory.
SIZE yellowbase.gif
550 yellowbase.gif: No such file or directory
PASV
227 Entering Passive Mode (X,X,X,X,242,226).
Opening data connection to X.X.X.X Port: 62178
RETR yellowbase.gif
550 yellowbase.gif: No such file or directory
SIZE yellowbigeek.gif
550 yellowbigeek.gif: No such file or directory
PASV
227 Entering Passive Mode (X,X,X,X,247,88).
Opening data connection to X.X.X.X Port: 63320
RETR yellowbigeek.gif
550 yellowbigeek.gif: No such file or directory
SIZE yellowbiggrin.gif
550 yellowbiggrin.gif: No such file or directory
[...]
SIZE yellowyes.gif
550 yellowyes.gif: No such file or directory
PASV
227 Entering Passive Mode (X,X,X,X,246,190).
Opening data connection to X.X.X.X Port: 63166
RETR yellowyes.gif
550 yellowyes.gif: No such file or directory
Transfer failed.
Smart-FTP try to download the wrong files. In fact, Smart-FTP try to download the files located in the last directory to be transferred succesfully.
how to circumvent :
If I want to initiate a successful transfer again, I must refresh the content of my root Dir.[/quote]