- MONTARE UNA RISORSA REMOTA CON curlftps -
creare nella home directory dell'utente che userà curlftpsf un file .netrc con queste informazioni:
machine ftp.host.com login utente password password
creare una directory sotto mnt:
/mnt/RemoteFTP
eseguire:
sudo curlftpfs -o allow_other,rw ftp://ftp.host.com/dir/dir1 /mnt/RemoteFTP/
Se tutto va bene nella directory /mnt/remoreFTP ci sarà il contenuto della directory remota: ftp.host.com/dir/dir1
Nessun commento:
Posta un commento