FTP Stage

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
wizee
Participant
Posts: 7
Joined: Wed Sep 03, 2008 5:10 pm

FTP Stage

Post by wizee »

Hi, I am trying to use the FTP stage for the first time. I need to FTP a file from windows to UNIX. I need to FTP the same file after some transformation fromm UNIX to windows. The file is a sequential file. Is it possible to achieve just using the FTP enterprise stage? How would be my job design?
For Windows to UNIX
FTP-------------------->seq file ????

For Unix to Windows
Seqfile----------------->FTP ?????

Thanks fo your help.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

It's not about Windows versus UNIX. Your first example is the equivalent of a 'get' while the second is a 'put', both in reference to the remote server.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply