Mount an FTP server locally

六月ゝ 毕业季﹏ 提交于 2019-12-21 02:54:24

问题


I do a lot of work with files hosted on an FTP server. Currently to edit a file on the server I have to open the server in Cyberduck, navigate with the mouse to the folder I want and then click "Edit," which opens a temporary file. Anyway, editing files on the server would be way easier if I could use the terminal to navigate through the file directory and edit files. Is there a way to create a symbolic link in my home directory to an FTP server?

edit: I'm on a Mac


回答1:


If your using linux you can mount an ftp site with curlftpfs. Check out this tutorial: Ubuntu Geeks Curlftpfs

If you are on windows you can use NetDrive: NetDrive.Net

With either of these you can create links/shortcuts to your hearts content.



来源:https://stackoverflow.com/questions/4572892/mount-an-ftp-server-locally

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!