Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Cisco (http://www.velocityreviews.com/forums/f27-cisco.html)
-   -   FTP client through ASA5520 (http://www.velocityreviews.com/forums/t722968-ftp-client-through-asa5520.html)

RC 05-13-2010 07:37 PM

FTP client through ASA5520
 
My Cisco knowledge is pretty good, but I have to admit I've become a slave
to the GUI on my ASA5520, so please be kind.

I'm having a problem when I connect, or try to connect, to an outside FTP
server. I've tried several clients and servers and it comes down to the
clients that connect through my ASA5520, software version 7.0(6)

Here are a couple examples;

C:\Users\xxxxxx>ftp ftp.ca.com
Connected to ftp.ca.com.
220 ftp.ca.com NcFTPd Server (licensed copy) ready.
User (ftp.ca.com:(none)): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230-You are user #15 of 4000 simultaneous users allowed.
230 Big long banner cut out
230 Logged in anonymously.
ftp> ls
550 Data connection must go to same host as control connection.
Connection closed by remote host.
ftp>

And

C:\Users\xxxxxx>ftp 71.xxx.xxx.xxx
Connected to 71.xxx.xxx.xxx.
220 Microsoft FTP Service
User (71.248.168.246:(none)): xxxxxx
331 Password required for xxxxxx.
Password:
230 User logged in.
ftp> ls
501 Server cannot accept argument.
150 Opening ASCII mode data connection.

and it freezes here

In both cases I'm already in passive mode.

Normally I would think of this as a server or firewall (on the server side)
problem, but testing shows that its all clients (command line, crystalFTP,
and IE) on the inside of my network when connecting to a server outside of
my network.

All help is appreciated
Thanks





Brian V 05-13-2010 10:53 PM

Re: FTP client through ASA5520
 


"RC" <not-a-real@ddress.com> wrote in message
news:IxYGn.7334$h57.1601@newsfe22.iad...
> My Cisco knowledge is pretty good, but I have to admit I've become a slave
> to the GUI on my ASA5520, so please be kind.
>
> I'm having a problem when I connect, or try to connect, to an outside FTP
> server. I've tried several clients and servers and it comes down to the
> clients that connect through my ASA5520, software version 7.0(6)
>
> Here are a couple examples;
>
> C:\Users\xxxxxx>ftp ftp.ca.com
> Connected to ftp.ca.com.
> 220 ftp.ca.com NcFTPd Server (licensed copy) ready.
> User (ftp.ca.com:(none)): anonymous
> 331 Guest login ok, send your complete e-mail address as password.
> Password:
> 230-You are user #15 of 4000 simultaneous users allowed.
> 230 Big long banner cut out
> 230 Logged in anonymously.
> ftp> ls
> 550 Data connection must go to same host as control connection.
> Connection closed by remote host.
> ftp>
>
> And
>
> C:\Users\xxxxxx>ftp 71.xxx.xxx.xxx
> Connected to 71.xxx.xxx.xxx.
> 220 Microsoft FTP Service
> User (71.248.168.246:(none)): xxxxxx
> 331 Password required for xxxxxx.
> Password:
> 230 User logged in.
> ftp> ls
> 501 Server cannot accept argument.
> 150 Opening ASCII mode data connection.
>
> and it freezes here
>
> In both cases I'm already in passive mode.
>
> Normally I would think of this as a server or firewall (on the server
> side) problem, but testing shows that its all clients (command line,
> crystalFTP, and IE) on the inside of my network when connecting to a
> server outside of my network.
>
> All help is appreciated
> Thanks
>
>


conf t
fixup protocol ftp 21
exit
wr mem


RC 05-14-2010 05:34 PM

Re: FTP client through ASA5520
 


"Brian V" <die_spammer@nospam.com> wrote in message
news:hshvrk$e6c$1@news.eternal-september.org...
>
>
> "RC" <not-a-real@ddress.com> wrote in message
> news:IxYGn.7334$h57.1601@newsfe22.iad...
>> My Cisco knowledge is pretty good, but I have to admit I've become a
>> slave to the GUI on my ASA5520, so please be kind.
>>
>> I'm having a problem when I connect, or try to connect, to an outside FTP
>> server. I've tried several clients and servers and it comes down to the
>> clients that connect through my ASA5520, software version 7.0(6)
>>
>> Here are a couple examples;
>>
>> C:\Users\xxxxxx>ftp ftp.ca.com
>> Connected to ftp.ca.com.
>> 220 ftp.ca.com NcFTPd Server (licensed copy) ready.
>> User (ftp.ca.com:(none)): anonymous
>> 331 Guest login ok, send your complete e-mail address as password.
>> Password:
>> 230-You are user #15 of 4000 simultaneous users allowed.
>> 230 Big long banner cut out
>> 230 Logged in anonymously.
>> ftp> ls
>> 550 Data connection must go to same host as control connection.
>> Connection closed by remote host.
>> ftp>
>>
>> And
>>
>> C:\Users\xxxxxx>ftp 71.xxx.xxx.xxx
>> Connected to 71.xxx.xxx.xxx.
>> 220 Microsoft FTP Service
>> User (71.248.168.246:(none)): xxxxxx
>> 331 Password required for xxxxxx.
>> Password:
>> 230 User logged in.
>> ftp> ls
>> 501 Server cannot accept argument.
>> 150 Opening ASCII mode data connection.
>>
>> and it freezes here
>>
>> In both cases I'm already in passive mode.
>>
>> Normally I would think of this as a server or firewall (on the server
>> side) problem, but testing shows that its all clients (command line,
>> crystalFTP, and IE) on the inside of my network when connecting to a
>> server outside of my network.
>>
>> All help is appreciated
>> Thanks
>>
>>

>
> conf t
> fixup protocol ftp 21
> exit
> wr mem


Thanks



All times are GMT. The time now is 01:10 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57