‎2006 Jun 02 8:07 PM
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
‎2006 Jun 02 8:23 PM
Hi Grechko
You check the SAP note number 633391.
I think it will help.
Bala
Note: Award points if helpful.
‎2006 Jun 05 4:07 PM
Thanks...that solved my problem.
How do I award points to you. I am new to this forum sorry