The easiest way is the following command:wget -r ftp://user:password @domain.name here
The only problem is that this method doesn't support "resume" function :)
This blog intends to document all computer science problems I encountered and my solutions/comments to them.
The easiest way is the following command:wget -r ftp://user:password @domain.name here
sudo apt-get install build-essential libncursesw5-dev libreadline5-dev libssl-dev libgdbm-dev libbz2-dev libc6-dev libsqlite3-dev tk-dev g++ gcc
cd /tmp
wget http://www.python.org/ftp/python/3.1.1/Python-3.1.1.tgz
tar xzvf Python-3.1.1.tgz
./configure
sudo make install