« Return to Thread: FTP connector

Re: FTP connector

by Ove Gram Nipen :: Rate this Message:

Reply to Author | View in Thread

On Thu, 2008-05-15 at 16:39 -0700, jlu wrote:
> Hi,

Hi, jlu.

> I always get the error messages following the enclosed xml. I saw
> quite a few postings on this problem. Does it get fixed or I did something
> wrong? Any help will be appreciated!

>           <ftp:outbound-endpoint
>             user="mule5"                      
>             password="topia1"
>             host="localhost"
>             port="21"
>             outputPattern="${ORIGINALNAME}-${SYSTIME}.dat"
>             passive="false" />

> Exception stack is:
> 1. Ftp error: 530 (java.io.IOException)
>   org.mule.transport.ftp.FtpConnectionFactory:50
> (http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html)


Error 530 means login incorrect. Have you checked that the user mule5
can log on to localhost by ftp using password topia1? You can do this by
using a stand alone ftp client.

--
Best regards,
Ove Gram Nipen

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: FTP connector