Thread: ftpd problem
View Single Post
  #1   (View Single Post)  
Old 9th July 2008
narcotico narcotico is offline
New User
 
Join Date: Jul 2008
Posts: 2
Default ftpd problem

Hello.

I am a newbie and I have a problem with ftpd from FreeBSD 7.0.

I can connect and login to the server.

Then I try "get FileThatIWant" and I get the next error (with ftp command and Filezilla in Windows Vista):

Code:
ftp> get ifconfig.txt
200 PORT command successful.
150 Opening ASCII mode data connection for 'ifconfig.txt' (614 bytes).
> Replace Existing File with Temp File:Error de E/S
226 Transfer complete.
ftp: 626 bytes recibidos en 0,01 segundos 125,20 a Kbytes/s.
Note: if I do the same from ftp command in Mac Os, the file is sent to the pc without problems (with same user and same file).

inetd.conf
Code:
ftp stream tcp   nowait root /usr/libexec/ftpd ftpd -l
ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
I am looking for this error but I couldn't find anything about it.

Thanks.

Sorry for my bad english.
Reply With Quote