mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
f1eca1f2e5
commit
187d0e8b0b
1 changed files with 2 additions and 1 deletions
|
@ -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>/ `
|
||||
|
||||
|
|
Loading…
Reference in a new issue