> Hi > Is it possible to get all the msg the server sends to the client? > > For example: > USER anonymous > 331 Password required for anonymous. > PASS (hidden) > . > > it's a very usefull features. I hope it exist
Tweak the debug level using the 'debug' function: $ lftp ftp.fr.kernel.org lftp ftp.fr.kernel.org:~> debug 9 lftp ftp.fr.kernel.org:~> ls ---- Connecting to ftp.fr.kernel.org (80.236.0.239) port 21 <--- 220 turing.numericable.net FTP server ready ---> USER anonymous <--- 331 Anonymous login ok, send your complete email address as your password. ---> PASS lftp@ <--- 230 Anonymous access granted, restrictions apply. etc...
