begin29
11/13/2016 - 10:28 AM

mount ftp server as local folder

mount ftp server as local folder

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