> In in /var/log/messages I have:
>
> Concerning the FTP Methode:
> ---
> Mar  6 11:22:35 homer ftpd[20832]: ANONYMOUS FTP LOGIN REFUSED FROM
> <my router>
> Mar  6 11:51:47 homer ftpd[21090]: FTP LOGIN FAILED FROM
> <my router>, Jean
> ---

you are missing the portion ftp://user:passwd@host...... and
putting in ftp://host.... so the cisco is trying to use anon
ftp. You should use a real account as per my last email!


> Concerning the TFTP Methode:
> ---
> Mar  6 11:54:17 homer tftpd[21105]: read: Connection refused
> Mar  6 11:54:21 homer tftpd[21107]: read: Connection refused
> Mar  6 11:54:26 homer tftpd[21109]: read: Connection refused
> ---
>
> So, finally I have a time out which stop my tftp communication because the
> file I want to download cannot be read. Question of access ?
> If so, why even with that it is not working properly:
> --
> %cd /
> %ls -l
> ...
> drwxr-xr-x   2 nobody  nobody   512 Mar  5 18:37 c3640-i-mz.120-7.XK1.bin

err, what's this! You've done a %cd / and then ls -l produces that?!
Surely you've done %cd /tftpboot; ls -l haven't you????? And why is
the file name appearing to be a directory??

tftp will produce a "read" error if the file does not exist which according
to what you just wrote appears to be the case.

Andy



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to