connect to ftp server ubuntu code example
Example: how do i ftp from one server to another ubuntu
wget -mbr --user="[email protected]" --password="YOUR_PASSWORD" "ftp://ftp.example.com/PATH_TO/YOUR_FILES/*"
wget -mbr --user="[email protected]" --password="YOUR_PASSWORD" "ftp://ftp.example.com/PATH_TO/YOUR_FILES/*"