Quote Originally Posted by haseeb221093 View Post
^^ u can install ubuntu desktop and vncserver so u can use it as a remote desktop
Here are the commands for it...

PHP Code: 
sudo apt-get install ubuntu-desktop
sudo apt
-get install tightvncserver
vncserver 
:-geometry 1024x768 -depth 16 -pixelformat rgb565
sudo nano 
~/.vnc/xstartup 
Comment "x-window-manager" and add this on the end of file:

PHP Code: 
gnome-session 
so it will look like this:

PHP Code: 
#!/bin/sh
 
xrdb $HOME/.Xresources
xsetroot 
-solid grey
x
-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
gnome-session 
Next, do a reboot. Usually a reboot is not needed, but just to make sure you can do it.

PHP Code: 
sudo reboot 
Start the VNC server:

PHP Code: 
vncserver :
Code: 
http://www.tightvnc.com/download.html
Thanks for your help, but that will eat up my resources.

Quote Originally Posted by Lock Down View Post
That is a lot of overhead for just installing a ftp server. Use this link for install of vsftp for ubuntu.


https://help.ubuntu.com/10.04/server...tp-server.html
Thanks for your answer but I need a client not a server? Because I want to upload from my VPS to another server.

Quote Originally Posted by CuraHack View Post
I'd reccomend you to use Rapidleech, select the file, and choose tha action "FTP" and fill in the details Much easier!

What haseeb221093 said will drastically increase your VPS's load, and RAM usage
I have read that somewhere, but I cannot get rapidleech configured unfortunately :[

Quote Originally Posted by Mp3Drug View Post
use curl system command...
What would be the command?

Quote Originally Posted by sexviews View Post
why dont u use SFTP(ftp over ssh) ?
I need to transfer files from my VPS not to it.

Thanks for all replys guys really appreciate it