File transfer between Unix and windows

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
vijaykatneni2
Participant
Posts: 16
Joined: Thu Jul 26, 2007 12:38 pm

File transfer between Unix and windows

Post by vijaykatneni2 »

Hi,


Can any one help me how to transfer the file from unix box to windows box through SFTP.Here the description,


In my case datastage server is located in Unix,after finishing the job i have to store the file in Windows.This should be done by automatically,i.e. whenever the file comes into unix directory it should be moved into windows.

thanks&Regards,
stein.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

What does the documentation of the SFTP stage say?
Never worked on that stage but I dont think there will be any major difference from the ftp stage except that the SFTP stage does secure file transfer. Else you can go for the good ol' script.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Who said anything about an SFTP stage? :wink:

I'm assuming this will need to be scripted and you'll need the proper RSA keys / authentication in place so it can happen in an automated fashion.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

We had the same requirement in the past. We had NFS drives which can be accessed by both unix and window users. A .csv file will be viewed as an excel sheet when we see it through windows user.
So we used this NFS drive to write the files directly from datastage and the windows users will be able to pick these files directly from this location using windows login.
Raghavendra
Dare to dream and care to achieve ...
Post Reply