Map ftp servers as network drives in Ubuntu Linux

10,210

Solution 1

Open Nautilus("File Browser"). File->Connect to server. Choose FTP (with login) and enter the right information and add something in the "bookmark name" field. Then you can access the FTP server, browse it and edit the files directly.

Solution 2

Take a look at CurlFtpFS. It allows you to mount remote FTP hosts as local directories.

Share:
10,210

Related videos on Youtube

quack quixote
Author by

quack quixote

Updated on September 17, 2022

Comments

  • quack quixote
    quack quixote over 1 year

    I'm a new Linux user, just switched over from Windows. I've got a couple FTP servers I connect to on a regular basis through sftp. I was wondering if there was a way to, as we say in windows, map them as network drives in Linux, so I can just copy stuff into a drive or folder and it will just map it to the server by ftp. That would be pretty cool. Anybody know how this would be possible, and how to do it? I Can't see to find anything in the literature.

    I'm running Ubuntu 9.04.

    Thanks!

  • John Tate
    John Tate over 14 years
    looks like there's also one called Sshfs
  • innaM
    innaM over 14 years
    ssh is not quite ftp.