472,145 Members | 1,568 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

TRansferring a Zip file from a PC having Windows XP prof as OS to AIX box using putty

2
Hello,

I work from home and I connect to the environment (on AIX) using putty. I have a zip file on my laptop (OS: windows xp prof) , I need to move that file from windows to AIX box thru putty. Can any of u guys suggest me how to go about it?

Regards,
Sumanz
Aug 26 '09 #1
2 2631
numberwhun
3,503 Expert Mod 2GB
@sumanz
If you are on windows, and connect using putty, I assume you have ssh access. Try using winscp to connect if you need to get a file to/from the system.

Regards,

Jeff
Aug 27 '09 #2
sumittyagi
202 Expert 100+
You can also use cmd (MS Dos) to transfer file through ftp. I normally use ftp for this purpose.

run cmd and run the below commands on it.

Expand|Select|Wrap|Line Numbers
  1. cd <directory path where your source file is located.>
  2. ftp <aix server name/ip address>
  3. <give user id and password>
  4. cd <directory path where you want to put the file>
  5. put <file name>
  6. bye
  7. exit
Sep 10 '09 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

10 posts views Thread by John Salerno | last post: by
5 posts views Thread by meetalps | last post: by
16 posts views Thread by Mich | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.