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_CONNECT

Former Member
0 Likes
733

Hi all,

i am doing call function ftp_connect

how prepared for ftp_connect???

what is used for ftp_connect??

Plz send me its ftp_connect program.

Reply me soon,

thx,

s.suresh

Hi all,

i am doing call function ftp_connect

how prepared for ftp_connect???

what is used for ftp_connect??

Plz send me its ftp_connect program.

Reply me soon,

thx,

s.suresh

3 REPLIES 3
Read only

Former Member
0 Likes
660

Hi,

The IMPORT parameters are as :

USER i.e the userid

PASSWORD,

HOST i.e the FTP server

RFC_DESTINATION ( the parameter passed corresponding to this must be of type RFCDES_RFCDEST ).

All these IMPORT parameters except RFC_DESTINATION are of TYPE C.

The EXPORT parameter is the

HANDLE ( this identifies the FTP connection ). Its of TYPE I.

Reward if Helpful.

Read only

Former Member
0 Likes
660

I tried using it, with these parameters, there were issues regarding our administrative rights, ultimately could not connect to program SAPFTP.

This program is used to connect to a remote server.

data: r_h type i.

CALL FUNCTION 'FTP_CONNECT'

EXPORTING

USER = 'username'

PASSWORD ='password'

HOST = 'hostname'

RFC_DESTINATION = 'SAPFTP'

IMPORTING

HANDLE = r_h

To log off from the remote server you can also use FTP_DISCONNECT.

Read only

0 Likes
660

Hi chaudhuri,

its not come output..

Plz check the program it..

urgent send me now..

thx,

s.suresh.