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

FTP

Former Member
0 Likes
662

Hello everyone

I need to you this -

After you place a file on the apps server (in a directory).

Then how do you FTP the file to the corresponding destination?

I need to know whether do we have to write any code in the program or use any FM or ........ any other possible ways to achieve this.

Any Answer will be really appreciated.

Thanking you

Regards

vj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

HI

Use this Function Module

EPS_FTP_GET

You just need to provide

RFC_DESTINATION

REMOTE_FILE

REMOTE_DIRECTORY

Hope it solve your problem or do revert back

Cheers:)

Mithlesh

4 REPLIES 4
Read only

Former Member
0 Likes
606

HI

Use this Function Module

EPS_FTP_GET

You just need to provide

RFC_DESTINATION

REMOTE_FILE

REMOTE_DIRECTORY

Hope it solve your problem or do revert back

Cheers:)

Mithlesh

Read only

former_member221770
Contributor
0 Likes
605

VJ,

You can also use these FMs:

FTP_CONNECT

FTP_COMMAND - use the FTP Command "PUT"

FTP_DISCONNECT

Hope this helps.

Cheers,

Pat.

Read only

Former Member
0 Likes
605

HI vj

You can also check out these Function Module as per your requirement..

EPS_FTP_PUT

EPS_FTP_LS

EPS_FTP_MGET

EPS_FTP_MPUT

EPS_GET_FTP_SYSTEM_INFO

Cheers:)

Mithlesh

Read only

0 Likes
605

Thank you guys.....That was helpful.

I shall check it and get back to you guys.

Thanking you.

Regards

vj