Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-12-11 17:26:41 -05:00 committed by GitHub
parent f1eca1f2e5
commit 187d0e8b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,8 @@
### FTP
Connect to ftp on the machine<br/>
`ftp user <ip>`
After successfully logged in you can download all files with
`mget *`
Download files recusively<br/>
` wget -r ftp://user:pass@<ip>/ `