Hello, I noticed that I could not put files on a particular FTP server. Using debug mode, I got this:
[ftp] [EMAIL PROTECTED]:~> put crypto_vie_privee.tex ---- Connecting to ftpperso.free.fr (212.27.63.3) port 21 ---> FEAT <--- 220 Serveur de mise a jour des pages perso de Free.fr version [Sep 27 2007 15:55:37] <--- 500 'FEAT': command unrecognized. ---> AUTH TLS <--- 500 'AUTH': command unrecognized. ---> USER damien.wyart <--- 331 Password required for damien.wyart. ---> PASS XXXX ---> PWD <--- 230 User damien.wyart logged in. <--- 257 "/" is current directory. ---> TYPE I ---> PASV ---> ALLO 7846 ---> STOR crypto_vie_privee.tex <--- 227 Entering Passive Mode (212,27,63,3,71,129). <--- 500 'ALLO': command unrecognized. ---- Switching passive mode off ---- Closing data socket ---- Closing control socket So the problem seemed related to ALLO, and I diabled it for this server in my rc file (I also disabled FEAT). But this still doesn't work and I get this : [ftp] [EMAIL PROTECTED]:~> put crypto_vie_privee.tex ---- Connecting to ftpperso.free.fr (212.27.63.3) port 21 ---> AUTH TLS <--- 220 Serveur de mise a jour des pages perso de Free.fr version [Sep 27 2007 15:55:37] <--- 500 'AUTH': command unrecognized. ---> USER damien.wyart <--- 331 Password required for damien.wyart. ---> PASS XXXX ---> PWD <--- 230 User damien.wyart logged in. <--- 257 "/" is current directory. ---> TYPE I ---> PASV ---> STOR crypto_vie_privee.tex <--- 227 Entering Passive Mode (212,27,63,3,88,175). <--- 200 Type set to I ---> ABOR ---- Closing aborted data socket ---- Closing control socket ---- Switching passive mode off The FTP server seems to accept going into passive mode (which I need because I am behind a firewall), but lftp sends an ABOR and I do not see why. So I still can not transfer to this server (ls works fine) with lftp (using ftp from netkit works, so it is a bit surprising). Here is a log with ls : [ftp] [EMAIL PROTECTED]:~> dir ---- Connecting to ftpperso.free.fr (212.27.63.3) port 21 ---> AUTH TLS <--- 220 Serveur de mise a jour des pages perso de Free.fr version [Sep 27 2007 15:55:37] <--- 500 'AUTH': command unrecognized. ---> USER damien.wyart <--- 331 Password required for damien.wyart. ---> PASS XXXX ---> PWD <--- 230 User damien.wyart logged in. <--- 257 "/" is current directory. ---> PASV ---> LIST <--- 227 Entering Passive Mode (212,27,63,3,230,244). ---- Connecting data socket to (212.27.63.3) port 59124 ---- Data connection established <--- 150 Opening ASCII mode data connection for file list ---- Got EOF on data connection ---- Closing data socket All this is with lftp 3.5.14 from Debian unstable. Many thanks in advance for any help. -- Damien Wyart
