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