DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 9th July 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

The ftp of Vista says
Code:
226 Transfer complete
ftp: 626 bytes recibidos en 0,01 segundos 125,20 a Kbytes/s.
It says it has received 626 bytes. Are you sure you don't have the file?

The difference in filesize (614 bytes original and 626 bytes received) is because of the ftp ASCII mode. This mode converts the Unix line ending of a single LineFeed character into the DOS/Windows dual CarriageReturn/Linefeed characters.
If you set BINARY mode this conversion will not take place.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
  #3   (View Single Post)  
Old 9th July 2008
narcotico narcotico is offline
New User
 
Join Date: Jul 2008
Posts: 2
Default

Hello again.

Filezilla tell me: Error open "C:\ifconfig.txt" to write

I don't usually use Vista, but it is the PC that I have available now.

I think that it's a problem in Vista with the permisions.

Tomorrow I will try from a friend PC with XP.

Thank you.
Reply With Quote
  #4   (View Single Post)  
Old 11th July 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Quote:
Originally Posted by narcotico View Post
Hello again.

Filezilla tell me: Error open "C:\ifconfig.txt" to write
The error msg says it all, you dont have write permission in that folder (UAC)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot problem. Geometry problem? gulanito FreeBSD Installation and Upgrading 0 3rd July 2009 03:03 AM
inetd, ftpd problems jsadm FreeBSD General 7 24th August 2008 08:33 PM
ftpd and hiding . files crofox OpenBSD Packages and Ports 5 26th June 2008 03:01 AM
pure-ftpd hirohitosan FreeBSD Ports and Packages 3 10th June 2008 06:31 PM
FTPD User Access Denied wastedbreath FreeBSD General 7 21st May 2008 03:44 AM


All times are GMT. The time now is 04:56 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick