530 user access denied.

Hi,

Issue: while invoking RI server service through FTP Protocol, am getting the following error…

my code looks like below…

Map - here i have hard coded some stringvalues.,

String to Bytes

ftp:login
[INDENT]serverhost - xxx.xxx.com
serverport - 7021
username - Administrator
password - manage
[/INDENT]
ftp:cd
ns/foldername/servicename

ftp:put

[INDENT]content - mapped with some bytes value
remotefile - filename mentioned here.
[/INDENT]i have above steps in my flow service, and am trying to put some content in to my development RI server from development server.

while tracing, after ftp:login, i got a retrun message - 200 Command okay.
after ftp:cd, got a return mesage - 250 CWD command successful.
after ftp:put, got a error message - 530 User access denied.

Please advise. what would be the problem.

Thanks in advance.
Arul

Check the access mode and IP access settings on your FTP port.
make it allow by default.
HTH,
Tong