get files from windows to unix server through SFTP

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Aquilis
Participant
Posts: 204
Joined: Thu Apr 05, 2007 4:54 am
Location: Bangalore
Contact:

get files from windows to unix server through SFTP

Post by Aquilis »

Hello all,
I need to get files through SFTP server mounting on Windows to Unix Box.
Here it's not the passwordless SFTP and we have to use required authentications to pull the files from the Windows.

Till now what i know is UNIX based systems (Linux and OSX) come with SSH preinstalled and for windows we need to add some additional software to make the SSH programs available.

If you share your ideas about What are all the possible External settings needs to be done to make it work, that would be of great of help.
Aquilis
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

The way I do to get the files from the Windows platfom is that I install the Cygwin's package openssh on the windows, then I set up the ssh between the Linux and the Windows boxes. After that, I use SFTP stage to pull or send files between these two boxes.
Post Reply