sh 将ftp服务器挂载为本地文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 将ftp服务器挂载为本地文件夹相关的知识,希望对你有一定的参考价值。

mkdir /ftpmount
# first install curlftpfs if it doesn't exist
curlftpfs -o allow_other user_name:password@ftpserver /ftpmount

# mount it permanently
# go to /etc/fstab and add command above
# it will be added automatically

# umount
umount /ftpmount

以上是关于sh 将ftp服务器挂载为本地文件夹的主要内容,如果未能解决你的问题,请参考以下文章

通过ftp登录到linux无法看到挂载的数据盘中的文件

我想要在Linux环境下远程从windows下载一个文件到本地,我使用ftp和scp都不好用,求大神指点。

linux 挂载 到底是啥作用呢,可不可以回答得形象点啊

centos7的yum源配置,web和ftp服务器挂载

用shell的linux服务器 .sh插件怎么从远程ftp服务器下载文件

FTP