Hi bigstar,
1579 gives me a new behaviour :
Quote:
[L] SIZE some_file.***
[L] 550 some_file.***: No such file or directory.
[R] PASV
|
nearly on all files, the file is inside the directory, and after this "no such file" blabla, then the transfer starts.
funny aint ?
again copy/paste :
Quote:
[R] TYPE I
[R] 200 Type set to I.
[L] TYPE I
[L] 200 Type set to I.
[L] SIZE some_file.***
[L] 550 some_file.***: No such file or directory.
[R] PASV
[R] 227 Entering Passive Mode (xx,xx,xxx,xxx,xxx,xxx)
[L] PORT xx,xx,xxx,xxx,xxx,xxx)
[L] 200 PORT command successful.
[L] STOR some_file.***
[L] 150 Opening BINARY mode SSL data connection for 'some_file.***'.
[R] RETR some_file.***
[R] 150 Opening BINARY mode data connection for some_file.*** (xxxx bytes) using SSL/TLS.
|