Questions tagged [curlftpfs]
2 questions
1
vote
2 answers
File writing issue with mounted ftp drive with curlftpfs
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…

ProgNi
- 21
- 1
- 7
0
votes
1 answer
symlink and mounting ftp host on another machine
So I have machine 1 that has vsftpd installed and machine 2 that needs to mount distant ftp folder.
However machine 2 also needs to access symlink, which is what fails.
No chroot as only lan access is allowed, so no worries about security issue from…

Marc
- 103
- 2