View Single Post
  #4 (permalink)  
Old 08-03-2008, 08:57 PM
jhyland87 jhyland87 is offline
Super Moderator
 
Join Date: Mar 2008
Posts: 33
jhyland87 is on a distinguished road
Default

Jordan, toastedpenguin@extreme-hq.com is right, for sure...

ill enable active and see what happens

Quote:
Net::FTP=GLOB(0x9cf444c)<<< 220---------- Welcome to Pure-FTPd [TLS] ----------
Net::FTP=GLOB(0x9cf444c)<<< 220-You are user number 1 of 50 allowed.
Net::FTP=GLOB(0x9cf444c)<<< 220-Local time is now 14:59. Server port: 21.
Net::FTP=GLOB(0x9cf444c)<<< 220-This is a private system - No anonymous login
Net::FTP=GLOB(0x9cf444c)<<< 220-IPv6 connections are also welcome on this server.
Net::FTP=GLOB(0x9cf444c)<<< 220 You will be disconnected after 15 minutes of inactivity.
Net::FTP=GLOB(0x9cf444c)>>> USER toastedpenguin@extreme-hq.com^M
Net::FTP=GLOB(0x9cf444c)<<< 331 User toastedpenguin@extreme-hq.com OK. Password required
Net::FTP=GLOB(0x9cf444c)>>> PASS ....
Net::FTP=GLOB(0x9cf444c)<<< 530 Login authentication failed
Net::FTP=GLOB(0x9cf444c)>>> QUIT^M
Net::FTP=GLOB(0x9cf444c)<<< 221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
Net::FTP=GLOB(0x9cf444c)<<< 221 Logout.
[cpbackup]: Unable to login to remote FTP server.
Thats from the log

When I SSH in the FTP to extreme-hq, I get this

Quote:
root@prs [/]# ftp extreme-hq.com
Connected to extreme-hq.com.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 15:06. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
500 This security scheme is not implemented
500 This security scheme is not implemented
KERBEROS_V4 rejected as an authentication type

Name (extreme-hq.com:root): toastedpenguin@extreme-hq.com
331 User toastedpenguin@extreme-hq.com OK. Password required
Password:
530 Login authentication failed
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.

Last edited by jhyland87; 08-03-2008 at 09:10 PM.
Reply With Quote