#sudo apt-get install curlftpfs #sudo nano /etc/fuse.conf
uncomment user_allow_other
#mkdir mountpoint #curlftpfs -o allow_other ftp://user:pass@ftp.somewhere.org mountpoint/
Now you can do normal file commands in the mountpoint, Like editing in emacs and storing the files directly.
No comments:
Post a Comment