Page 1 of 1
shell script to ftp csv files from cognos to DS server
Posted: Tue Feb 02, 2010 9:25 am
by rajeevm
Hi ,
I need help in writing the shell script to ftp .csv files from cognos server to Datastage server . Which command do I need to use . I appreciate your help
Thanks
Rajeev
Posted: Tue Feb 02, 2010 9:30 am
by ArndW
Different flavours of UNIX require slightly different coding. I would suggest you go to Google and search for "shell script ftp {your unix}" to get samples on how to do this.
Posted: Tue Feb 02, 2010 9:30 am
by chulett
Sounds like you should use ftp, but you should double-check that it shouldn't be a secure transfer instead. And there are a crap ton of examples out there on how to do any of that - try googling for 'ftp here document' or 'ftp script' to get started.
Posted: Tue Feb 02, 2010 12:57 pm
by Sreenivasulu
Yes as craig said there are tons of examples in web. Just try out one of them and you would surely get through
Regards
Sreeni