Results 1 to 2 of 2

Thread: Need Serious FTP Help

  1. #1
    Member
    Join Date
    Dec 2010
    Posts
    56

    Unhappy Need Serious FTP Help

    Code:
    STATUS:>  	[23-Jun-12 8:50:11 AM] Getting listing ""...
    STATUS:>  	[23-Jun-12 8:50:11 AM] Connecting to FTP server... 184.75.XXX.XXX:21 (ip = 184.75.XXX.XXX)...
    STATUS:>  	[23-Jun-12 8:50:12 AM] Socket connected. Waiting for welcome message...
    		[23-Jun-12 8:50:12 AM] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    		220-You are user number 1 of 50 allowed.
    		220-Local time is now 07:19. 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.
    STATUS:>  	[23-Jun-12 8:50:12 AM] Connected. Authenticating...
    COMMAND:>	[23-Jun-12 8:50:12 AM] USER primola1
    		[23-Jun-12 8:50:12 AM] 331 User primola1 OK. Password required
    COMMAND:>	[23-Jun-12 8:50:12 AM] PASS *****
    		[23-Jun-12 8:50:13 AM] 230 OK. Current restricted directory is /
    STATUS:>  	[23-Jun-12 8:50:13 AM] Login successful.
    COMMAND:>	[23-Jun-12 8:50:13 AM] PWD
    		[23-Jun-12 8:50:13 AM] 257 "/" is your current location
    STATUS:>  	[23-Jun-12 8:50:13 AM] Home directory: /
    COMMAND:>	[23-Jun-12 8:50:13 AM] FEAT
    		[23-Jun-12 8:50:13 AM] Informational Message Only:
    		211-Extensions supported:
    		 EPRT
    		 IDLE
    		 MDTM
    		 SIZE
    		 MFMT
    		 REST STREAM
    		 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
    		 MLSD
    		 AUTH TLS
    		 PBSZ
    		 PROT
    		 ESTA
    		 PASV
    		 EPSV
    		 SPSV
    		 ESTP
    		211 End.
    STATUS:>  	[23-Jun-12 8:50:13 AM] This site supports features.
    STATUS:>  	[23-Jun-12 8:50:13 AM] This site supports SIZE.
    STATUS:>  	[23-Jun-12 8:50:13 AM] This site can resume broken downloads.
    COMMAND:>	[23-Jun-12 8:50:13 AM] REST 0
    		[23-Jun-12 8:50:14 AM] 350 Restarting at 0
    COMMAND:>	[23-Jun-12 8:50:14 AM] PASV
    		[23-Jun-12 8:50:14 AM] 227 Entering Passive Mode (184,75,XXX,XXX,139,161)
    COMMAND:>	[23-Jun-12 8:50:14 AM] LIST
    STATUS:>  	[23-Jun-12 8:50:14 AM] Connecting FTP data socket... 184.75.XXX.XXX:35745...
    		[23-Jun-12 8:50:15 AM] 150 Accepted data connection
    ERROR:>   	[23-Jun-12 8:51:16 AM] Timeout (60000 ms) occurred on receiving data from the server.
    		[23-Jun-12 8:51:17 AM] 226-Options: -a -l 
    		226 25 matches total
    		[23-Jun-12 9:05:16 AM] 421 Timeout - try typing a little faster next time
    ERROR:>   	[23-Jun-12 9:05:16 AM] Trashed response received.
    What happen Suddenly?

  2. #2
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Need Serious FTP Help

    Which FTP client are you using? If you try ftp from your local system to the server, does the same happen?

    For ftp via command line, you'd issue these commands to connect for testing:

    Code:
    ftp domain.com 21
    Connected to domain.com.
    220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    220-You are user number 1 of 50 allowed.
    220-Local time is now 06:37. Server port: 21.
    220-IPv6 connections are also welcome on this server.
    220 You will be disconnected after 15 minutes of inactivity.
    Name (domain.com:user): username
    331 User endar OK. Password required
    Password: passwordhere
    230 OK. Current restricted directory is /
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> ls
    229 Entering Extended Passive Mode (|||43522|)
    150 Accepted data connection
    Contents of directory listing removed
    226-Options: -a -l 
    226 21 matches total
    ftp> pwd
    Remote directory: /
    ftp> quit
    221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
    221 Logout.
    The above commands are in bold that you could try issuing. If you don't have ftp access on whatever local system you are using, you can try telnet instead:

    Code:
    telnet domain.com 21
    user username
    pass password
    pwd
    The above are the commands you'd use in telnet to connect and check the directory you are in.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Similar Threads

  1. Using VPN, can open cpanel page, but cant connect to ftp using ftp client
    By basketmen in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 09-27-2011, 01:35 AM
  2. FTP Backups terminating with FTP time out for big accounts
    By Kent Brockman in forum Archived Feature Requests
    Replies: 2
    Last Post: 01-14-2011, 02:11 PM
  3. Replies: 1
    Last Post: 11-12-2008, 11:06 AM
  4. Does pure-ftp support MDTM (preserving file time on ftp)?
    By noimad1 in forum cPanel & WHM Discussions
    Replies: 10
    Last Post: 08-17-2007, 01:05 AM
  5. Replies: 2
    Last Post: 07-27-2005, 10:52 PM