Skip to content

Instantly share code, notes, and snippets.

@hugooliveirad
Last active June 21, 2018 14:11
Show Gist options
  • Save hugooliveirad/26b3747db0653bc023ec to your computer and use it in GitHub Desktop.
Save hugooliveirad/26b3747db0653bc023ec to your computer and use it in GitHub Desktop.
Rsync from FTP server
# Mounts FTP server
open -a Finder ftp://login:password@ftp_host/path
# Rsync from there (add --dry-run option to simulate transfer)
rsync -arvz --no-o --no-g /Volumes/ftp_host/path/ ./
# WIN!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment