View previous topic :: View next topic |
Author |
Message |
FBorges22 Tux's lil' helper
Joined: 14 Feb 2007 Posts: 98 Location: Earth Orbit
|
Posted: Sun May 04, 2008 4:45 pm Post subject: [solved] Problem with proftpd |
|
|
Greetings,
Recently I have noted a strange problem with my proftpd server. When I try to copy a file (for example: alpha.zip) to the /home/ftp folder the copy runs OK. However, when I try to access this same file in the browser I always get a 550 error message claiming that the file was not found.
What could be this? Previously the server was working all right and I never seen this error before in my server.
Thanks,
FBorges22
Last edited by FBorges22 on Fri May 09, 2008 4:56 pm; edited 1 time in total |
|
Back to top |
|
|
jyaan Tux's lil' helper
Joined: 24 Feb 2008 Posts: 79 Location: USA
|
Posted: Sun May 04, 2008 5:13 pm Post subject: |
|
|
probably permissions; maybe read access isn't granted for "others". if you've already done to check it and it looks something like this Code: | -rw-r--r-- 1 jyaan jyaan 238438 2008-04-25 22:28 linux.png | (the 3rd r from the left is read others) then i'm really not sure. that's the first thing i'd check though. |
|
Back to top |
|
|
di1bert l33t
Joined: 16 May 2002 Posts: 963 Location: Oslo, Norway
|
Posted: Tue May 06, 2008 6:04 am Post subject: |
|
|
It could also be your browser. I know that by default IE tries to log into FTP servers as an anonymous user.
You didn't mention what browser you were using or how you were getting the file.
What happens when you supply the username and password as well as the path of
the file you're trying to get in the browser ?
HTH
-m |
|
Back to top |
|
|
FBorges22 Tux's lil' helper
Joined: 14 Feb 2007 Posts: 98 Location: Earth Orbit
|
Posted: Fri May 09, 2008 4:55 pm Post subject: |
|
|
Done... The problem was in the permissions. When I tried to use the chmod command the problem was solved sucessfully. |
|
Back to top |
|
|
|