Working on command line SSH is quite natural but FTP is a bit heck.
I found it hard to work on command line FTP for my godaddy account specially for removing the remote files and uploading the directories. I found the gFTP very much useful GUI based Ftp client. You can install it from the console by issuing this command…
[source:ruby]
sudo apt-get install gftp
[/source]
After successful installation we can launch the gFTP application from the menu Applications->Internet->gFtp.
We can launch the application from the command line as sudo gftp
In the GUI of gFTP we will required to provide the information of Host, Port, User and Pass… In host we need to give the IP address of the remote machine, we can do it better by adding the IP-Alias entry on the system… From the menu select System->Administration->Network … This is the Network Admin UI … Under the Hosts tab click on Add to add a new entry. Provide the IP and the unique alias.
Now in gFTP we can give this alias instead of the IP.
2 Comments to "GUI based FTP client for Ubuntu FeistyFawn"
Please share your thoughts
Filed in: feisty fawn, gFTP, ubuntu


I feel gFTP is one of the most unstable FTP clients, it crasches regularly when I am doing stuff like moving a lot of files. Not so nice.
I haven’t faced any crash even once !