You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-users@mina.apache.org by "Pratapani, Durga" <du...@bankofamerica.com> on 2008/12/30 13:41:41 UTC

Not able to connect to ftp ( tried using admin/admin and also anonymous )

Hi,

 

Started the Apache FTP Server and tried to connect as ftp client.

 

Tried with admin/admin .Also tried with anonymous. But, not able to
connect.

 

[ INFO] 2008-12-30 18:00:02,383 [] [162.56.227.128] RECEIVED: USER ADMIN

[ INFO] 2008-12-30 18:00:02,383 [admin] [162.56.227.128] SENT: 331 User
name okay, need password for admin.

 

[ INFO] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] RECEIVED: PASS
*****

[ WARN] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] User failed to
log in

[ WARN] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] Login failure -
admin

[ INFO] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] SENT: 530
Authentication failed.

 

 

If we try with any user name like abc .. the log is as follows  ( User
name okay, need password for abc )

 

INFO] 2008-12-30 18:08:45,320 [] [162.56.227.128] RECEIVED: USER ABC

[ INFO] 2008-12-30 18:08:45,320 [abc] [162.56.227.128] SENT: 331 User
name okay, need password for abc.

 

[ INFO] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] RECEIVED: PASS
*****

[ WARN] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] User failed to
log in

[ WARN] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] Login failure -
abc

[ INFO] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] SENT: 530
Authentication failed.

 

 

Am I missing some basic set up configuration .  

 

Thanks in advance.

 

Regards,

Durga Prasad

 

 



The information contained in this transmission may contain privileged and confidential information and is intended only for the use of the person(s) named above. If you are not the intended recipient, any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you received this email in error, please contact the sender immediately by reply e-mail and destroy all copies of the original message. This email is not intended as an offer or solicitation for the purchase or sale of any financial instruments.

Re: Not able to connect to ftp ( tried using admin/admin and also anonymous )

Posted by Sai Pullabhotla <sa...@jmethods.com>.
The ftpd-typical.xml binds the server to port 2121 not the default
port, 21. So you either need to change the port to 2121 when
connecting or update the config XML to use port 21. To connect to the
port 2121, you need to do the following:

> ftp
> op localhost 2121

This should allow you to login to the server.

ftp to "myServer" would not work unless you changed the name of your
computer to myServer or your DNS resolves myServer to your system. It
is just an ID/name for the server.

Hope this helps.

Sai Pullabhotla
Phone: (402) 408-5753
Fax: (402) 408-6861
www.jMethods.com




On Wed, Dec 31, 2008 at 12:42 AM, Pratapani, Durga
<du...@bankofamerica.com> wrote:
> Hi,
>
>
>
> Thanks for the reply.
>
>
>
> See the following screen shot. FTP Server started.
>
>
>
>
>
> I opened another command prompt. Tried with "ftp localhost" and "ftp
> myServer" . Both did not work.
>
>
>
>
>
> I have attached the ftpd-typical.xml and log file for your reference.
>
>
>
> Regards,
>
> Durga Prasad
>
>
>
> -----Original Message-----
> From: Sai Pullabhotla [mailto:sai.pullabhotla@jmethods.com]
> Sent: Tuesday, December 30, 2008 7:12 PM
> To: ftpserver-users@mina.apache.org
> Cc: Pratapani, Durga
> Subject: Re: Not able to connect to ftp ( tried using admin/admin and also
> anonymous )
>
>
>
> Not sure if you have received this response from yesterday, but here
>
> it is again:
>
>
>
> Did you start the FTP server by specifying a config file? If you did
>
> not, the default configuration will not have any valid users. Please
>
> make sure you start the server as shown below:
>
>
>
> C:\developer\servers\ftpserver-1.0.0-M4>bin\ftpd.bat
> res\conf\ftpd-typical.xml
>
> Using XML configuration file res\conf\ftpd-typical.xml...
>
> FtpServer started
>
>
>
> You should now be able to login with user admin and password admin.
>
>
>
> Regards,
>
>
>
> Sai Pullabhotla
>
> Phone: (402) 408-5753
>
> Fax: (402) 408-6861
>
> www.jMethods.com
>
>
>
>
>
>
>
>
>
> On Tue, Dec 30, 2008 at 6:41 AM, Pratapani, Durga
>
> <du...@bankofamerica.com> wrote:
>
>> Hi,
>
>>
>
>>
>
>>
>
>> Started the Apache FTP Server and tried to connect as ftp client.
>
>>
>
>>
>
>>
>
>> Tried with admin/admin .Also tried with anonymous. But, not able to
>
>> connect.
>
>>
>
>>
>
>>
>
>> [ INFO] 2008-12-30 18:00:02,383 [] [162.56.227.128] RECEIVED: USER ADMIN
>
>>
>
>> [ INFO] 2008-12-30 18:00:02,383 [admin] [162.56.227.128] SENT: 331 User
>
>> name okay, need password for admin.
>
>>
>
>>
>
>>
>
>> [ INFO] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] RECEIVED: PASS
>
>> *****
>
>>
>
>> [ WARN] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] User failed to
>
>> log in
>
>>
>
>> [ WARN] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] Login failure -
>
>> admin
>
>>
>
>> [ INFO] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] SENT: 530
>
>> Authentication failed.
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> If we try with any user name like abc .. the log is as follows  ( User
>
>> name okay, need password for abc )
>
>>
>
>>
>
>>
>
>> INFO] 2008-12-30 18:08:45,320 [] [162.56.227.128] RECEIVED: USER ABC
>
>>
>
>> [ INFO] 2008-12-30 18:08:45,320 [abc] [162.56.227.128] SENT: 331 User
>
>> name okay, need password for abc.
>
>>
>
>>
>
>>
>
>> [ INFO] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] RECEIVED: PASS
>
>> *****
>
>>
>
>> [ WARN] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] User failed to
>
>> log in
>
>>
>
>> [ WARN] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] Login failure -
>
>> abc
>
>>
>
>> [ INFO] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] SENT: 530
>
>> Authentication failed.
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> Am I missing some basic set up configuration
>
>>
>
>>
>
>>
>
>> Thanks in advance.
>
>>
>
>>
>
>>
>
>> Regards,
>
>>
>
>> Durga Prasad
>
>>
>
>>
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> The information contained in this transmission may contain privileged and
>> confidential information and is intended only for the use of the person(s)
>> named above. If you are not the intended recipient, any review,
>> dissemination, distribution or duplication of this communication is strictly
>> prohibited. If you received this email in error, please contact the sender
>> immediately by reply e-mail and destroy all copies of the original message.
>> This email is not intended as an offer or solicitation for the purchase or
>> sale of any financial instruments.
>
>>

RE: Not able to connect to ftp ( tried using admin/admin and also anonymous )

Posted by "Pratapani, Durga" <du...@bankofamerica.com>.
Hi,

 

Thanks for the reply.

 

See the following screen shot. FTP Server started.

 

 

 

I opened another command prompt. Tried with "ftp localhost" and "ftp
myServer" . Both did not work.

 

 

 

I have attached the ftpd-typical.xml and log file for your reference.

 

Regards,

Durga Prasad

 

-----Original Message-----
From: Sai Pullabhotla [mailto:sai.pullabhotla@jmethods.com] 
Sent: Tuesday, December 30, 2008 7:12 PM
To: ftpserver-users@mina.apache.org
Cc: Pratapani, Durga
Subject: Re: Not able to connect to ftp ( tried using admin/admin and
also anonymous )

 

Not sure if you have received this response from yesterday, but here

it is again:

 

Did you start the FTP server by specifying a config file? If you did

not, the default configuration will not have any valid users. Please

make sure you start the server as shown below:

 

C:\developer\servers\ftpserver-1.0.0-M4>bin\ftpd.bat
res\conf\ftpd-typical.xml

Using XML configuration file res\conf\ftpd-typical.xml...

FtpServer started

 

You should now be able to login with user admin and password admin.

 

Regards,

 

Sai Pullabhotla

Phone: (402) 408-5753

Fax: (402) 408-6861

www.jMethods.com

 

 

 

 

On Tue, Dec 30, 2008 at 6:41 AM, Pratapani, Durga

<du...@bankofamerica.com> wrote:

> Hi,

> 

> 

> 

> Started the Apache FTP Server and tried to connect as ftp client.

> 

> 

> 

> Tried with admin/admin .Also tried with anonymous. But, not able to

> connect.

> 

> 

> 

> [ INFO] 2008-12-30 18:00:02,383 [] [162.56.227.128] RECEIVED: USER
ADMIN

> 

> [ INFO] 2008-12-30 18:00:02,383 [admin] [162.56.227.128] SENT: 331
User

> name okay, need password for admin.

> 

> 

> 

> [ INFO] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] RECEIVED:
PASS

> *****

> 

> [ WARN] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] User failed
to

> log in

> 

> [ WARN] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] Login failure
-

> admin

> 

> [ INFO] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] SENT: 530

> Authentication failed.

> 

> 

> 

> 

> 

> If we try with any user name like abc .. the log is as follows  ( User

> name okay, need password for abc )

> 

> 

> 

> INFO] 2008-12-30 18:08:45,320 [] [162.56.227.128] RECEIVED: USER ABC

> 

> [ INFO] 2008-12-30 18:08:45,320 [abc] [162.56.227.128] SENT: 331 User

> name okay, need password for abc.

> 

> 

> 

> [ INFO] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] RECEIVED: PASS

> *****

> 

> [ WARN] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] User failed to

> log in

> 

> [ WARN] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] Login failure -

> abc

> 

> [ INFO] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] SENT: 530

> Authentication failed.

> 

> 

> 

> 

> 

> Am I missing some basic set up configuration .

> 

> 

> 

> Thanks in advance.

> 

> 

> 

> Regards,

> 

> Durga Prasad

> 

> 

> 

> 

> 

> 

> 

> The information contained in this transmission may contain privileged
and confidential information and is intended only for the use of the
person(s) named above. If you are not the intended recipient, any
review, dissemination, distribution or duplication of this communication
is strictly prohibited. If you received this email in error, please
contact the sender immediately by reply e-mail and destroy all copies of
the original message. This email is not intended as an offer or
solicitation for the purchase or sale of any financial instruments.

> 


Re: Not able to connect to ftp ( tried using admin/admin and also anonymous )

Posted by Sai Pullabhotla <sa...@jmethods.com>.
Not sure if you have received this response from yesterday, but here
it is again:

Did you start the FTP server by specifying a config file? If you did
not, the default configuration will not have any valid users. Please
make sure you start the server as shown below:

C:\developer\servers\ftpserver-1.0.0-M4>bin\ftpd.bat res\conf\ftpd-typical.xml
Using XML configuration file res\conf\ftpd-typical.xml...
FtpServer started

You should now be able to login with user admin and password admin.

Regards,

Sai Pullabhotla
Phone: (402) 408-5753
Fax: (402) 408-6861
www.jMethods.com




On Tue, Dec 30, 2008 at 6:41 AM, Pratapani, Durga
<du...@bankofamerica.com> wrote:
> Hi,
>
>
>
> Started the Apache FTP Server and tried to connect as ftp client.
>
>
>
> Tried with admin/admin .Also tried with anonymous. But, not able to
> connect.
>
>
>
> [ INFO] 2008-12-30 18:00:02,383 [] [162.56.227.128] RECEIVED: USER ADMIN
>
> [ INFO] 2008-12-30 18:00:02,383 [admin] [162.56.227.128] SENT: 331 User
> name okay, need password for admin.
>
>
>
> [ INFO] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] RECEIVED: PASS
> *****
>
> [ WARN] 2008-12-30 18:00:03,601 [admin] [162.56.227.128] User failed to
> log in
>
> [ WARN] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] Login failure -
> admin
>
> [ INFO] 2008-12-30 18:00:04,101 [admin] [162.56.227.128] SENT: 530
> Authentication failed.
>
>
>
>
>
> If we try with any user name like abc .. the log is as follows  ( User
> name okay, need password for abc )
>
>
>
> INFO] 2008-12-30 18:08:45,320 [] [162.56.227.128] RECEIVED: USER ABC
>
> [ INFO] 2008-12-30 18:08:45,320 [abc] [162.56.227.128] SENT: 331 User
> name okay, need password for abc.
>
>
>
> [ INFO] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] RECEIVED: PASS
> *****
>
> [ WARN] 2008-12-30 18:08:47,101 [abc] [162.56.227.128] User failed to
> log in
>
> [ WARN] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] Login failure -
> abc
>
> [ INFO] 2008-12-30 18:08:47,601 [abc] [162.56.227.128] SENT: 530
> Authentication failed.
>
>
>
>
>
> Am I missing some basic set up configuration .
>
>
>
> Thanks in advance.
>
>
>
> Regards,
>
> Durga Prasad
>
>
>
>
>
>
>
> The information contained in this transmission may contain privileged and confidential information and is intended only for the use of the person(s) named above. If you are not the intended recipient, any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you received this email in error, please contact the sender immediately by reply e-mail and destroy all copies of the original message. This email is not intended as an offer or solicitation for the purchase or sale of any financial instruments.
>