Skip to content

Instantly share code, notes, and snippets.

@D4R4
Last active September 5, 2019 07:48
Show Gist options
  • Save D4R4/ff0801b8612e647e94fe44de408950bc to your computer and use it in GitHub Desktop.
Save D4R4/ff0801b8612e647e94fe44de408950bc to your computer and use it in GitHub Desktop.
Get remote files over ftp plus a tip for windows users applying it
wget -m ftp://username:[email protected]
# you can use -N to ignore existing files in the destination, in case the original transfer was interrupted for some reason
# tip for windows users with slash domains:
wget -m ftp://brinkster%2Fusername:[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment