ID:19101
 
...because I don't. Anyone wanna explain how to file transfer on PuTTy step by step?
Depends what you're doing.
=-0! Look up some tutorials, I've found some pretty good ones in the past. Better not be using that for illegal things :-P
upload it to a web server.
wget
First, you download "PsFTP" (utilizes the FTP ablities of SSH) from the same place you downloaded PuTTy. Then you do the following:


open mydomain.com
[enter username and password]

lcd "C:\Path_to_your_file"
cd "path/on/your/server"
put "file.exe"
Thanks Nadrew. : )