Search found 1 match

by ashishkumarmahanta
Thu Nov 27, 2014 6:32 am
Forum: Client - General
Topic: unable to call batch file thorugh ftp in linux server
Replies: 0
Views: 8392

unable to call batch file thorugh ftp in linux server

Dear All, My ftp batch script is unable to call batch file in linux. Scripts is as below - [quote]oracle:/usr/dp_dir>cat test.sh cd /usr/dp_dir echo open 192.168.30.16>ftp.txt echo ftpuser>>ftp.txt echo Cmcftp#1234>>ftp.txt echo cd />>ftp.txt echo cd /FTPUSER/inter_loc_dump/uiicdev_39_57>>ftp.txt ec...