1

How to use vifm as FTP client?

I followed instructions here, but I'm confused. It's not intuitive. It doesn't tell where to put those script. Even this one doesn't tell to. I've tried to put the script in /home/user/.vifm/vifmrc and /home/user/.vifmrc, it still doesn't work. Anyone can give step by step instructions?

Mas Bagol
  • 1,399

1 Answers1

0
  1. Install curlftpfs -- apt-get install curlftpfs
  2. Create file <ftp-file-name>.ftp
  3. Add following text to file: -o user=<username>:<password> <hostname>:
  4. Start vifm, navigate to your .ftp file and press [enter]
Samuel
  • 151