On Mon, Feb 02, 2009 at 11:14:42PM +0200, Florin Tarnovanu wrote: > hello mr Lykyanov, > > I use lftp for transferring files and I have the following problem on > connectiong to a ftp server: > > lftp [email protected]:~> ls > ---- Connecting to 84.37.55.60 (84.37.55.60) port 21 > <--- 220 Service ready for new user > ---> FEAT > <--- 530 Access denied > ---> USER tstILL > **** Peer closed connection
Do this in lftp:
set ftp:use-feat off
--
Alexander.
