2008 Feb 07 11:19 AM
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
2008 Feb 07 11:39 AM
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.
2008 Feb 07 11:54 AM
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.
2008 Feb 07 12:48 PM
Hi chaudhuri,
its not come output..
Plz check the program it..
urgent send me now..
thx,
s.suresh.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |