SFTP from Unix to Windows server

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
lindatgeorge
Participant
Posts: 34
Joined: Mon Jun 15, 2009 12:16 am
Location: Bangalore

SFTP from Unix to Windows server

Post by lindatgeorge »

Hi All,

How can we implement SFTPing a file from Unix to Windows server, in a parallel job.

Thanks in advance for your help..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

DataStage itself does not do this, it is an operating-system level command. You would need to call an external shell script or command in order to do this, but if authentification exists between the computers it is a simple command call.
lindatgeorge
Participant
Posts: 34
Joined: Mon Jun 15, 2009 12:16 am
Location: Bangalore

Post by lindatgeorge »

Thanks a lot for your reply :)
swapnilverma
Participant
Posts: 135
Joined: Tue Aug 14, 2007 4:27 am
Location: Mumbai

Re: SFTP from Unix to Windows server

Post by swapnilverma »

You should first set up connection between unix and windows server .

Probably you would need password less connection.

find this this useful for automatic setup.


http://www.google.com/url?sa=t&source= ... his help.
Thanks
Swapnil

"Whenever you find whole world against you just turn around and Lead the world"
Post Reply