Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

.bat on FTP

kiran_k8
Active Contributor
0 Likes
726

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.

2 REPLIES 2
Read only

Former Member
0 Likes
554

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

Read only

0 Likes
554

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.