Search Suggest

Bài đăng

Mount ftp remotly in RHEL/CentOS

Download rpm for curlftpfs

https://rpmfind.net/linux/rpm2html/search.php?query=fuse-curlftpfs

Set variable 

ftphost=192.168.0.10

user='root'

pass='pass@321'

Mount ftp remotly

curlftpfs ftp://$user:$pass@$ftphost/ftpshare /mountpoint

Đăng nhận xét