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

Need Help FTP_CONNECT

Former Member
0 Likes
1,220

Hi Gurus

I am passing the values User Name ,Password,Host and rfc_destination to this FTP_CONNECT but i want User Name ,Password,Host , rfc_destination and port number .is ther any FM with Port number. i did use in host and port number like ths 192.54.78.200:25 still didt work. host is 192.54.78.200 and port number 25

Hi Gurus

I am passing the values User Name ,Password,Host and rfc_destination to this FTP_CONNECT but i want User Name ,Password,Host , rfc_destination and port number .is ther any FM with Port number. i did use in host and port number like ths 192.54.78.200:25 still didt work. host is 192.54.78.200 and port number 25

6 REPLIES 6
Read only

Former Member
0 Likes
1,026

Hi,

There is an SAP Note Number: 633391, when you are using port except 21.

Solution

You can use a blank character to specify the port number separately after the host name.

Example 1: Report RSFTP002, parameter host: 'ftp_server 22'.

Example 2: Function module FTP_CONNECT, import parameter host: 'ftp_server 22'.

Cheers,

Read only

0 Likes
1,026

Could you please share detailed process or link to implement other ports (except port 21) for SAPFTP and SAPFTPA.Due to security reason port 21 is blocked. Tried to refer "http://wiki.sdn.sap.com/wiki/display/ABAP/WorkingwithFTP+Server" but its not having relevant details. Will appreciate if you could share more details or article link for this / SAP Note Number: 633391.

Thanks

Read only

0 Likes
1,026

Thanks for coming to SAP Community for answers. Please post your question as a new question here:
https://answers.sap.com/questions/ask.html Since you're new in asking questions here, check out our tutorial about asking and answering questions (if you haven't already), as it provides tips for preparing questions more effectively, that draw responses from our active members. Please note, that your post here won't be answered, as the person you're trying to reach is no longer active in SAP Community.

Read only

Former Member
0 Likes
1,026

i found my self

Read only

0 Likes
1,026
Read only

Former Member
0 Likes
1,026

pls go through below link .

http://wiki.sdn.sap.com/wiki/display/ABAP/WorkingwithFTP+Server