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

RSFTP002 need help

Former Member
0 Likes
949

Hi everybody,

I am trying to use RSFTP002 program from within my code to FTP a file to a remote NT box.

I am using the following code:

submit rsftp002

with user eq 'XXXX'

with pwd eq 'XXXX'

with host eq 'fileserv1.XXX.edu'

with cmd1 eq g_ftp_cmd

with dest eq 'SAPFTPA'

with compress eq 'N'

and return.

The files gets FTPed fine. The only problem I have is that RSFTP002 connects to my host at default FTP port. I need to utilize a different port number (8090) for the connection. I have been trying to find out how to specify the port within the program call, modify the RFC dest, and I could not seem to figure out how.

Does anybody have any tips? i.e. specifying fileserv1.XXX.edu:8090 does not work

I appreciate all the help.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
624

Hi Grechko

You check the SAP note number 633391.

I think it will help.

Bala

Note: Award points if helpful.

Read only

0 Likes
624

Thanks...that solved my problem.

How do I award points to you. I am new to this forum sorry