FTP: which FTP is best for Ubuntu to upload rails project

I am trying to upload the constants to my shared server but built in
FTP in Ubuntu is not working

On 29 June 2010 22:23, Ali I. [email protected] wrote:

I am trying to upload the constants to my shared server but built in
FTP in Ubuntu is not working

You might be better posting this in a Ubuntu support list such as
ubuntu-users Info Page as it does not
appear to be a RoR issue.

Colin

I use Filezilla (sudo apt-get install filezilla). Supports ftp,sftp, etc

On Jun 29, 5:23 pm, Ali I. [email protected] wrote:

I am trying to upload the constants to my shared server but built in
FTP in Ubuntu is not working

Ali

Investigate whether you can ssh up to your shared server. If you can
then I suggest you invest a little bit of time to set up capistrano
deployment via ssh and at the same time use git too. It will save you
so much time.

See http://www.capify.org/index.php/Capistrano

O.