Linux – Map ftp servers as network drives in Ubuntu Linux

ftplinuxmountnetwork-sharesUbuntu

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!

Best Answer

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.

Related Question