I have mounted an ftp account to my linux folder using below command
curlftpfs -o user=userid:password ip-address /home/temp -o kernel_cache,allow_other,direct_io,umask=0000,uid=1000,gid=1000
The problem i am having is whenever I am trying to save data to any file on this mounted folder i.e. any text file it gives "Input/output error , unable to flush data " , afterwards the file is created in folder but data is not written to the file
Is there anything i am missing with the command? I am using below curlftpfs version
curlftpfs 0.9.2 libcurl/7.29.0 fuse/2.9
I also found link below which shows some patch but there seems no documentation on how / where to apply it , any idea how to apply this patch?