ftp transfer using PuTTY
First, download the PuTTY files from the
PuTTY download page
Now, you should have all the files on your local machine:
Now, open a DOS command window (use cmd or command, whichever works!)
- From the directory where you installed psftp.exe, run the program psftp.
- When it asks you for a hostname, use calclab1.math.tamu.edu
- Enter your username when prompted
- When it complains about a host key, respond with yes (y)
- Enter your password when prompted
Online help is available, just type help at the prompt
get and put and cd will be your most often
used commands:
An example of a complete session:
- run psftp
- open calclab1.math.tamu.edu
- cd public_html
- put index.html
Your files should now be in the proper place (public_html on the
remote machine, calclab1.math.tamu.edu)