Questions tagged [curlftpfs]

Ask Question

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

8 questions
1 vote 1 answer 136 views

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 ... user avatar João Pimentel Ferreira
  • 616
0 votes 0 answers 304 views

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 &... user avatar maximxls
  • 1
1 vote 1 answer 546 views

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 ... user avatar Randeer Lalanga
  • 11
0 votes 1 answer 144 views

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 ... user avatar Tahir Hassan
  • 101
0 votes 1 answer 1k views

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 ... user avatar kunal
  • 422
1 vote 1 answer 665 views

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, ... user avatar user125111 5 votes 1 answer 1k views

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? user avatar freento
  • 193
7 votes 3 answers 31k views

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 ... user avatar jasmines
  • 10.1k

You Might Also Like