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 error

Former Member
0 Likes
674

Hello Everyone,

I have been trying to get a solution (I already posted earlirer regarding same issue ) to connect to ftp using FTP_connect FM. FTP server is a local and i am trying to fetch the files from that.

I have tested the connection using rsftp002 program n everything is looking ok. But while using the the FM in the program it throws an error tht

"user xyz has no access authorization for computer x-server" where in x-server is the FTP server name and xyz is user name to server. I have even encrypted the password of the ftp server and sending it inthe program.

What might be the probelm. Can anyone explain

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
511

Hi,

It appears that you don't have authorization to access the FTP server.

Check your authentication to access that FTP server with the concerned Basis people.

Regards,

Anji

Read only

0 Likes
511

hello Anji,

I can access the FTP server from OS level. Will that not be enough? IF not please let me know how to do it.

Regards

Read only

0 Likes
511

Hi Rahul,

We had the same problem. FTP works fine from command prompts but not from SAP. The solution was to reduce the ftp password.

Within ABAP there is some character translation for the password and it won't handle more than about 8 characters.

Regards,