Ubuntu pure-ftpd reply with unroutable address

On AWS Ubuntu server running pure-ftpd, when i try connecting, i get error Status: Server sent passive reply with unroutable address. Using server address instead. To fix this, run echo “30000 50000” > /etc/pure-ftpd/conf/PassivePortRange echo “YOUR_PUBLIC_IP_HERE” > /etc/pure-ftpd/conf/ForcePassiveIP YOUR_PUBLIC_IP_HERE = Replace with your Elastic IP or Public IP (if you don’t have an Elastic IP). … Read more

Upload all files to FTP server using lftp

lftp allow you to upload all files and sub folders using single command. With normal ftp command, you need to use put/mput command many times to do the same. To download all files from FTP server, use “mirror” command. mirror command also allow you to upload files to remote server by specifying -R (reverse mirror) … Read more

chmod recursive with lftp

lftp is a command line FTP program with several advanced options. To chmod all files and folders inside a sub folder, you can use -R option. chmod -R 777 modules This will chmod all files and subfolders inside the folder “modules” to 777. See lftp

ftp

Pure-FTPd vsftpd 500 I won’t open a connection to x.x.x.x (only to y.y.y.y) Ubuntu pure-ftpd reply with unroutable address FTP Clients lftp