Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.1 LTS (suositeltu, 29.8.2024) ja 24.10 - Ubuntun 20-vuotisjulkaisu! (10.10.2024).
lftp -c "set ftp:list-options -a;open ftp://$USER:$PASS@$HOST;lcd $LCD;cd $RCD;mirror --reverse \ --verbose \ --only-newer \ --parallel=5 \ --exclude-glob .htaccess \ --exclude-glob .htpasswd \"
lftp -c "set ftp:list-options -a; open ftp://$USER:$PASS@$HOST; lcd $LCD; cd $RCD; mirror --reverse --verbose --only-newer --parallel=5 --exclude-glob .htaccess --exclude-glob .htpasswd"
lftp -c "set ftp:list-options -a; " \ "open ftp://$USER:$PASS@$HOST; " \ "lcd $LCD; " \ "cd $RCD; " \ "mirror --reverse --verbose --only-newer --parallel=5 --exclude-glob .htaccess --exclude-glob .htpasswd"