Ubuntu: How To Download All Files From FTP Server
I would like to download all files from my remote FTP server to local server.how do I download all file from ftp server to my local linux system.this post will guide how to use ncftpget command to download entire ftp directory and its sub directories from remote ftp server.
Install ncftp package
You just need to issue the following apt-get command under unbunt linux or vps server,type:
sdo apt-get install ncftp
Using ncftpget command to download all files
You need to run the following similar command to download files from remote ftp server,type:
ncftpget -R -v -u "ftplogin user" ftp.itsprite.com /localdirectory /remote directory
done…