FTP
De Bricosoft.
(Redirigé depuis Ftp)
FTP est l'acronyme récursif de ftp trop puissant.
en CLI
#!/bin/sh ftp <<EOF open ftp.bricosoft.com put *.png EOF
mirror
$ lftp -c "set ftp:list-options -a; open ftp://root:god@ftp.bricosoft.com; lcd ./vrml; cd /vrml; mirror --reverse --delete --use-cache --verbose --allow-chown --allow-suid --no-umask --parallel=2 --exclude-glob .svn; close;quit;"

