On Fri, Jun 08, 2001 at 04:59:52PM -0400, Jeff Blaine wrote:
> Hello, recently my ISP changed their server (I am guessing...since LFTP
> used to work and now does not) to ProFTPD 1.2.0.
> 
> The mirror command no longer works (which is all I use):
> 
> lftp> mirror -R /myarea /
> mirror: Access failed: 503 No PORT command issued first.

Certain versions of ProFTPD do not allow upload in passive mode. Try to do:

        set ftp:passive no
        
before the mirror command. If it works, add 'set ftp:passive/ftp.thehost.com no'
to your ~/.lftp/rc file.

-- 
   Alexander.

Reply via email to