Questions tagged [curlftpfs]

The program curlftpfs is a tool to mount remote ftp hosts as local directories.

The program curlftpfs is a tool to mount remote ftp hosts as local directories. It connects to the host FTP server and maps its directory structure to the path directory.

curlftpfs is powered by libcurl for all transfer-related features.

Source:Manpage

8 questions
7
votes
3 answers

How to mount FTP resources with fstab when connection is available?

I'd like to automount an FTP folder using curlftpfs putting in fstab a row like: curlftpfs#user:pwd@myhost:port/folder/ /mnt/mymountfolder fuse allow_other,uid=1000,gid=1000,umask=0022,_netdev 0 0 Normally it wouldn't work, as during the boot the…
jasmines
  • 10,643
  • 16
  • 84
  • 108
5
votes
1 answer

Mount FTP so it will be possible to execute shell commands

I have backup storage on FTP server. I want to mount FTP server (may be with a help of curlftpfs) ands not only read/write, but also execute shell commands there, too. Is it possible?
freento
  • 193
  • 1
  • 6
1
vote
1 answer

Limiting curlftpfs/sshfs overhead in Nautilus, or any other file manager

I've automounted four FTP directories with curlftpfs and two SFTP directories with sshfs in my /etc/fstab on Ubuntu Desktop 14.04. When I open the /mnt folder in which all directories are mounted, already this operation (getting the list with the…
user125111
1
vote
1 answer

Mount external disk via curlftps as a service

If I have an external drive I access via FTPS, how can I add a systemctl service to mount it and unmount it and have it mount it upon start-up? I already saw some examples with scripts and crontab but I found them too incoherent and hard to deal…
1
vote
1 answer

How to mount ftp mounted .iso file to ubuntu

In my windows, I have created a folder. I have mounted that folder using curlftps. It was successful. there's .iso file (centos.iso) in that folder.then I tried to mount that iso image to my linux again as a mount point. But it was…
0
votes
1 answer

Unable to create file /tmp/testfile: No space left on device

i have really strange situation today over one of my Ubuntu Server. this is a web server, where One PHP website is running and i have programmed this web to move the File between the Mounted drive within the Network. Basically this Web app is…
kunal
  • 432
  • 1
  • 8
  • 23
0
votes
0 answers

Transmission and curlftpfs: Operation not supported

I have an FTP server mounted with curlftpfs. But when I try to download torrent with Transmission to the mounted folder it gives me an error: "torrent name" tr_fdFileCheckout failed for "file path" Operation not supported…
0
votes
1 answer

Opening LibreOffice Draw file from FTP (curlftpfs) fails

I am using curlftpfs to map a folder: mkdir ~/ftp_docs; curlftpfs -o "user=myusername:mypassword" myftpserver.co.uk ~/ftp_docs/ here I can see ftp_docs and access the directory as any other on the system. When I try to open a draw document by…
Tahir Hassan
  • 101
  • 6