Skip to Content
0
May 10, 2010 at 03:37 AM

.bat on FTP

172 Views

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.