Last active
September 5, 2019 07:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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