Skip to content

Files

Latest commit

1dda0c9 · Sep 22, 2024

History

History
16 lines (13 loc) · 455 Bytes

File metadata and controls

16 lines (13 loc) · 455 Bytes

We have anonymous login and multiple files:

ftp 192.168.198.127 -P 30021

After recursively downloading all the files:

wget -r --user="anonymous" --password="anonymous" ftp://192.168.198.127:30021/

Might be useful