Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. `wget -r ftp://user:pass@server.com/<path to your directory>`
  2.  
  3. If you've some special characters in the credential details, you can specify the `--user` and `--password` arguments to get it to work.
  4. Example with custom login with specific characters:
  5.  
  6. `wget -r --user="user@login" --password="Pa$$wo|^D" ftp://server.com/<path to your directory>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement