Ftp Login

itactician

Verified User
Joined
Nov 11, 2006
Messages
11
There is a ftp login problem.

The cuteftp show that:
*** CuteFTP 7.0 - build Jun 7 2005 ***

STATUS:> Getting listing "/pub/fedora/linux/core"...
STATUS:> Resolving host name ftp.medeep.com.hk...
STATUS:> Host name ftp.xx.com resolved: ip = IP.IP.IP.IP.
STATUS:> Connecting to FTP server ftp.XX.com:21 (ip = IP.IP.IP.IP)...
STATUS:> Socket connected. Waiting for welcome message...
220 ProFTPD 1.3.0rc2 Server ready.
STATUS:> Connected. Authenticating...
COMMAND:> USER [email protected]
331 Password required for [email protected].
COMMAND:> PASS *****
230 User [email protected] logged in.
STATUS:> Login successful.
COMMAND:> PWD
257 "/" is current directory.
STATUS:> Home directory: /
COMMAND:> FEAT
211-Features:
MDTM
REST STREAM
SIZE
211 End
STATUS:> This site supports features.
STATUS:> This site supports SIZE.
STATUS:> This site can resume broken downloads.
COMMAND:> REST 0
501 REST: Resuming transfers not allowed in ASCII mode
COMMAND:> CWD /pub/fedora/linux/core
550 /pub/fedora/linux/core: No such file or directory
ERROR:> Requested action not taken (e.g., file or directory not found, no access).

--------------------------------------------

What is the problem in my server? How can I fix it?

Thank you.
 
It doesn't look like a login problem.

Are you actually trying to upload something to /pub/fedora/linux/core?

Is that a directory path from the linux / directory?

If so, then you probably have to be root for that to work. For security your system shouldn't allow FTP login as root.

Jeff
 
On the server or in your cute ftp?

If you're the DA administrator you can change it in the ProFTPd configuration file in /etc but changing it will severely compromise your server.

And since you can't write to that directory anyway unless you're root (and root cannot login using ftp) it won't help.

If you mean you want to change it in cute ftp, you can't change it to something outside of the jail you end up in when you log in; that's a security issue.

Jeff
 
Back
Top