How to Connect to FTP or SFTP Server in Ubuntu

Often used by web designers and web developers to transfer files — FTP architecture is among the best methods to transfer files to a web server and vice-versa. However, due to FTP insecurity issues, some prefer to go with SFTP (SSH File Transfer Protocol). Say SFTP is a more secure and reliable file transfer method.

Ubuntu, being a user-friendly operating system, makes it very easy for you to connect to a server using FTP. If you are finding it difficult to do so, then follow the steps given below to establish a FTP connection to your server.

Connecting to FTP or SFTP in Ubuntu

1. Go to the “Places” menu and select “Connect to Server“. The Connect to Server window opens up. Here you need to enter details regarding your FTP server.

ubuntu connect server How to Connect to FTP or SFTP Server in Ubuntu

2. In the “Service Type” drop-down menu, select your FTP server type. If your FTP server requires username and password, then select “FTP (with login)” from the drop-down menu. Otherwise, select “Public FTP“.

ftp service type How to Connect to FTP or SFTP Server in Ubuntu

3. In the “Server” text box, enter the FTP address of your server. For ex, ftp.mywebserver.com.

ftp server address How to Connect to FTP or SFTP Server in Ubuntu

4. Enter the port number used to connect to the server in the “Port” text-box. Generally the following port numbers are used.

FTP - 20 or 21

SFTP - 22

5. The “Folder” text box can be left blank if you want to get into the root folder. If you want to get into a particular folder, enter exact path of the folder.

ftp server folder How to Connect to FTP or SFTP Server in Ubuntu

6. Enter your FTP username used to log into the server in the “User Name” text box. For ex, username@ftp.mywebserver.com.

ftp connect username How to Connect to FTP or SFTP Server in Ubuntu

7. If you want to bookmark your FTP server in order to access it easily in future, click on “Add bookmark” and enter the name of the bookmark you want in the “Bookmark name” text box.

8. After entering all the details, click on “Connect“.

Within a few seconds a box will appear asking you to enter the password. Enter the necessary password and hit the “Connect” button.

password prompt ftp How to Connect to FTP or SFTP Server in Ubuntu

That’s it! Now you can easily transfer your files to and from the web server. It is as easy as copy & paste.

If you are experiencing any connection problems, do let us know. We will be more than happy to help you.

Written by on June 29th, 2010

Karthik is a 19 year old blogger from Karnataka, India. He's a hardcore tech addict and always keeps himself up-to date with the latest technology; be it the latest tech news or the newly released gadgets. He's also a social networking enthusiast and can be found active on twitter @k_karthikp



Related posts:
  1. Fix World of Warcraft Unable to connect. Please try again later Connection Issue
  2. Best FTP Search Engine To Find FTP Server Files
  3. How to Install Apache 2 on Ubuntu 10.04 (with PHP5 and MySQL support) [Guide]
  4. Microsoft Virtual Server | Create Virtual Servers on Windows
  5. How to install a .bin File in Ubuntu
  • Pat


    Pls. correct me if I’m wrong, but if you choose “ftp with login” and put port 22, you won’t get an sftp connection. The system will try to establish an ftp connection on port 22, not an sftp-connection.

    How to mount of these? (without using another application?)

    Cheers, pat

    November 29 2010
    CommentsLike


    • please solve the issue.
      Not working…
      error message after connect:
      Error resolving ‘ftp.mywebserver.com’: No address associated with hostname..

      October 15 2010
      CommentsLike