I'm interested in how I could remotely control FTP and file management on my Linux VPS with a GUI. I frequently transfer sites to my VPS for testing, and I'd much rather do it directly on the high bandwidth connection instead of my 10down, 2up Comcrap cable.
Asked
Active
Viewed 1,063 times
0
-
this is better suited to [Server Fault](http://serverfault.com) and will be automatically migrated. if you register accounts on this site and on Server Fault, you'll be able to associate your accounts in your user profile, and will regain control of the migrated question automatically. – quack quixote Apr 10 '10 at 05:49
2 Answers
0
If your system has an X server (Linux already has one; OS X has one on the install disk; Windows uses Cygwin/X) then you can do X forwarding over SSH so that you can run something like gFTP or FileZilla on the remote system.
If you're not terribly married to using the GUI (or can't be arsed to install an X server) then you can use Midnight Commander over SSH instead.

Ignacio Vazquez-Abrams
- 45,939
- 6
- 79
- 84
0
Since you are running a VPS, you are likely not running X-Windows by default. On Debian, installing the freenx-server package will install X-Windows and provide you with a secure way to connect to the remote GUI. After that, you can use any of the GUI-based FTP clients that @Ignacio mentions.

avggeek
- 461
- 3
- 11