Sending multiple files to Multiple folders (same FTP Server)

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Sending multiple files to Multiple folders (same FTP Server)

Post by esivaprasad »

Hi ,

My requirement is
Sending multiple files, based on file name to different folders (same FTP Server).

File Name Destination Path
A.txt /Output/AAStndldGen
B.txt /Output/BBStndldGen
C.txt /Output/CC

send output files to target FTP server(Same FTP server for all uploading file) based on file name to related target folder FTP server.
Please help me to get this.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to do this where/how? In a DataStage job of some type, command line script, elsewhere? Knowing that will drive the answer.
-craig

"You can never have too many knives" -- Logan Nine Fingers
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

My requirement : uploading multiple files to different folders(One FTP server ) which are in target FTP server using datastage job or calling unix script in datastage .
please help me datastage job design or please provide unix script if you have.
Thank you.
Post Reply