mount -t nfs 192.168.1.16:/vol/vol4 /mnt/autofs/nfs/test/
[Read More]
Auto mount Volume on CentOS
Edit:
/etc/auto.master
[Read More]
Upload di un file via FTP con cURL
curl -u user:password -T c:test.txt ftp://ftp.server.it
List file from FTP server with cURL
curl -u user:password ftp://ftp.server.com
Download file from FTP server with cURL
curl -u user:password -O ftp://ftp.server.com/test.txt