Results 1 to 9 of 9
I am using Centos 5.5
I need ftp upload shell or Script to upload my files via FTP that work as service do not close with me closing ssh
as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-16-2012 #1Just Joined!
- Join Date
- Mar 2012
- Posts
- 5
need ftp upload shell
I am using Centos 5.5
I need ftp upload shell or Script to upload my files via FTP that work as service do not close with me closing ssh
as a matter of fact i need it to be like filezilla or any ftp client on windows
and i hope it to have Web UI but if it can work on ssh commands is very good also
Best Regards
- 03-17-2012 #2Just Joined!
- Join Date
- Mar 2012
- Posts
- 5
is not there any advice ?????????????
- 03-17-2012 #3Just Joined!
- Join Date
- Mar 2012
- Location
- North Carolina
- Posts
- 10
Filezilla and winscp will both work over ssh (port 22), just specify port 22 in the quick connect options (filezilla) and provide a username and password with ssh access.
- 03-17-2012 #4Just Joined!
- Join Date
- Mar 2012
- Posts
- 5
Filezilla does not work on centos
i do not have gnome >> could not setup vga driver
i work via ssh so i want to run via ssh and how to configure it`s web ui
- 03-17-2012 #5
If you are working from a command line have a look at screen which may do what you want
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
Snakey Wakey!
The Fifth Continent reborn
- 03-17-2012 #6Just Joined!
- Join Date
- Mar 2012
- Location
- North Carolina
- Posts
- 10
Shreef, I am assuming that your server is centos 5.5 and has an ssh server running on it. What kind of OS are you connecting from? And what web ui are you talking about?
Basic ways of uploading / downloading to/from a linux server running sshd:
If you are connecting from a linux box, rsync and scp should work just fine
If you are connecting from a windows box, winscp and filezilla should work just fine as they both are capable of using port 22, (ssh, sftp) They do not require that your linux server is in runlevel 5 (GUI) They only require sshd to be running.
If you want to install an ftp server on your centos box, I would use vsftp (yum install vsftp) and configure it to your needs, and use whatever ftp client you like (make sure port 21 is open
As far as a web ui, that would imply that you have apache or some other web server running on your centos box. I guess you could use wget / wput via the command line as those will both connect over port 80 (http)
As far as configuring a web ui, what exactly are you talking about?
- 03-17-2012 #7Just Joined!
- Join Date
- Mar 2012
- Posts
- 5
i want to upload files from my vps to other host via ftp
i have really bad net connection stops many times
i need a client to work on the server even with i am off it (does not need me open in front of it waiting to finish ) Dependant on my vps OS not my connection
like transmission client for torrent if you happened to use it
- 03-17-2012 #8Just Joined!
- Join Date
- Mar 2012
- Location
- North Carolina
- Posts
- 10
I believe lftp is capable of that, it can also connect over ssh, (sftp). It is a command line tool and I use it all the time.
- 03-18-2012 #9Just Joined!
- Join Date
- Mar 2012
- Posts
- 5
thanks burf


Reply With Quote
