Page 1 of 1

Sending multiple files to Multiple folders (same FTP Server)

Posted: Wed Apr 05, 2017 9:49 am
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.

Posted: Wed Apr 05, 2017 10:01 am
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.

Posted: Wed Apr 05, 2017 11:44 pm
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.