2010 May 10 4:37 AM
Hi,
Can we trigger a .bat file residing in the FTP server ?
Currently I am downloading .txt file into the FTP server.Now after the download I have to trigger a .bat file.
For downloading the file I am using
CALL FUNCTION 'FTP_CONNECT'
CALL FUNCTION 'FTP_R3_TO_SERVER'
CALL FUNCTION 'FTP_R3_TO_SERVER'
Do anyone here have an idea how to trigger a .bat file residing in the FTP server ?
Thanks,
Kiran.
Hi,
Can we trigger a .bat file residing in the FTP server ?
Currently I am downloading .txt file into the FTP server.Now after the download I have to trigger a .bat file.
For downloading the file I am using
CALL FUNCTION 'FTP_CONNECT'
CALL FUNCTION 'FTP_R3_TO_SERVER'
CALL FUNCTION 'FTP_R3_TO_SERVER'
Do anyone here have an idea how to trigger a .bat file residing in the FTP server ?
Thanks,
Kiran.
2010 May 10 5:56 AM
i think u must be using and knowing CMD command to transfer files.
Irrespective of the the file type like.bat or .txt u can copy the files and trasnfer them.
CALL FUNCTION 'FTP_R3_TO_SERVER'
is the F.m where u can store your files in ITAB.
These programs can give u more info
RSFTP002 - Execute FTP Command
RSFTP003 - FTP put / get Test
RSFTP004 - FTP Copy
2010 May 10 11:47 AM
Bhanu,
I am neither asking about how to move the files nor downloading the files.I am able to download the files into FTP server added to that after downloading the files I have to TRIGGER a .bat file.So,I need the info on how to trigger a .bat file residing in the FTP server.
Thanks,
Kiran.