My client has a number of drafts save that will not publish. The error appears to be an FTP error but I'm certain I have the credentials right. When I attempt to publish I get the following:
Oops! We've encountered a problem.
There was a problem connecting to your FTP Server
Then the detailed log has the following:
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 66 of 800 allowed.
220-Local time is now 18:40. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 15 minutes of inactivity.
.
USER ftp@compasslawn.com
331 User ftp@compasslawn.com OK. Password required
.
PASS ****
230-User ftp@compasslawn.com has group access to: 18631
230 OK. Current directory is /
.
TYPE I
200 TYPE is now 8-bit binary
.
SYST
215 UNIX Type: L8
.
FEAT
211-Extensions supported:
EPRT
IDLE
MDTM
SIZE
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
TVFS
ESTP
PASV
EPSV
SPSV
ESTA
AUTH TLS
PBSZ
PROT
211 End.
.
NOOP
200 Zzz...
.
PWD
257 "/" is your current location
It appears to me there isn't actually a problem connecting... please advise.