On Mon, Oct 15, 2007 at 11:24:28AM +0200, Damien Wyart wrote: > I noticed that I could not put files on a particular FTP server. Using > debug mode, I got this: > > ---> TYPE I > ---> PASV > ---> ALLO 7846 > ---> STOR crypto_vie_privee.tex > <--- 227 Entering Passive Mode (212,27,63,3,71,129). > <--- 500 'ALLO': command unrecognized.
Reply to `TYPE I' is missing. Probably you have to enable sync mode for this host. Try: set ftp:sync-mode yes > ---> TYPE I > ---> PASV > ---> STOR crypto_vie_privee.tex > <--- 227 Entering Passive Mode (212,27,63,3,88,175). > <--- 200 Type set to I Same here - replies are in wrong order. Definitely sync-mode should help. -- Alexander.
