cd public_html/mysite.com
---- Connecting to mysite.com (xxx.xxx.xxx.xxx) port 21
<— 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
<— 220-You are user number 1 of 50 allowed.
<— 220-Local time is now 03:02. 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.
—> FEAT
<— 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
<— UTF8
<— TVFS
<— ESTA
<— PASV
<— EPSV
<— SPSV
<— ESTP
<— 211 End.
—> OPTS UTF8 ON
<— 200 OK, UTF-8 enabled
—> USER user
<— 331 User user OK. Password required
—> PASS pass
<— 530 Login authentication failed
---- Closing control socket
cd: Login failed: 530 Login authentication failed
Change “Web Server URL” to an IP address. This overrides any DNS issues.
Change “Access Type” to plain FTP.
Enter a port value. i.e. 21. Without the right port to the server you will never be able to connect.
Logon to your hosting’s control panel and make sure you have created a FTP account on the server. In all likelihood you have since you entered a user and Password fields. But double check to be on the safe side.
Click on “Test Connection” as you go through each step. But first, start with my step 3.
Well obviously your ftp settings are wrong.
Where is your ftp account pointing to? To the public_html folder or to the sub folder where you are to get into?
How is your ftp account set up? Which folder does it point to?
You should have all the info you need to connect to the server in your hosting control panel…
cd /public_html/
---- Connecting to ftp.user.com (xxx.xxx.xxx.xxx) port 21
<— 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
<— 220-You are user number 1 of 50 allowed.
<— 220-Local time is now 20:40. 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.
—> FEAT
<— 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
<— UTF8
<— TVFS
<— ESTA
<— PASV
<— EPSV
<— SPSV
<— ESTP
<— 211 End.
—> OPTS UTF8 ON
<— 200 OK, UTF-8 enabled
—> USER user
<— 331 User user OK. Password required
—> PASS pass
<— 530 Login authentication failed
---- Closing control socket
cd: Login failed: 530 Login authentication failed