Table des matières

FTP

Utilisation

ftp
open <url>
close <url>
put <file>
get <file>
delete <file>
quit

Avec cURL

curl -T <file> ftp://<url>/<path>/ --user <username>:<password>
curl -T {<file>,<file>} ftp://<url>/<path>/ --user <username>:<password>
curl -C - -T <file> ftp://<url>/<path>/ --user <username>:<password>
curl ftp://<url>/<path>/<file> --user <username>:<password> -o <file>
curl ftp://<url>/ -X 'DELE <path>/<file>' --user <username>:<password>
31)
Pour la Freebox, il faut utiliser mafreebox.freebox.fr comme url