Recursively get FTP directory on UNIX / LINUX

Recursively get FTP directory on UNIX / LINUX

I can't do it with ftp, so I use wget

wget -r ftp://<USER>:<PASS>@<HOST>//<DIR>/

Example

# HOST: ftp.exsample.com
# USER: admin
# PASS: pass
# DIR : /hoge/fuga
wget -r ftp://admin:[email protected]//hoge/fuga/

Recommended Posts

Recursively get FTP directory on UNIX / LINUX
Linux directory structure
Linux [directory command]
Linux directory structure
Linux directory hierarchy
Maintain directory structure on Linux and move old files
Daemonizing processes on Linux
[Linux] Get Linux resource information
Linux (about directory path)
jblas on Arch Linux
LibYAML installation (Linux / Unix)
Linux (WSL) on Windows
NAT router on Linux
Develop .NET on Linux
Wake on lan on Linux
Monitor traffic on Linux
Update vscode on linux
Try NeosVR on Linux
Check capacity on Linux
LiveUSB creation on Linux
Linux operation on Win10
Get the host name of the host PC with Docker on Linux