Originally posted by: Crusty
Originally posted by: Pheran
I'm not sure why you say sftp can't be used without root, it should work fine for normal users.
It's not that he needs root, it's that his hosting company doesn't give him shell access.
^this.
Anyways, here's a log from FlashFXP (edited out sensitive info)
[L] Connecting to *domainname*.com -> DNS=ftp.*domainname*.com IP=67.222.6.107 PORT=21
[L] Connected to *domainname*.com
[L] 220---------- Welcome to Pure-FTPd [TLS] ----------
[L] 220-You are user number 8 of 50 allowed.
[L] 220-Local time is now 14:11. Server port: 21.
[L] 220-This is a private system - No anonymous login
[L] 220 You will be disconnected after 15 minutes of inactivity.
[L] AUTH TLS
[L] 234 AUTH TLS OK.
[L] Connected. Negotiating TLSv1 session..
[L] TLSv1 negotiation successful...
[L] TLSv1 encrypted session using cipher AES256-SHA (256 bits)
[L] PBSZ 0
[L] 200 PBSZ=0
[L] USER *username*@*domainname*.com
[L] 331 User *username*@*domainname*.com OK. Password required
[L] PASS (hidden)
[L] 230-User *username*@*domainname*.com has group access to: hfslokqo
[L] 230 OK. Current restricted directory is /
[L] SYST
[L] 215 UNIX Type: L8
[L] FEAT
[L] 211-Extensions supported:
[L] EPRT
[L] IDLE
[L] MDTM
[L] SIZE
[L] REST STREAM
[L] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
[L] MLSD
[L] ESTP
[L] PASV
[L] EPSV
[L] SPSV
[L] ESTA
[L] AUTH TLS
[L] PBSZ
[L] PROT
[L] 211 End.
[L] PWD
[L] 257 "/" is your current location
[L] TYPE A
[L] 200 TYPE is now ASCII
[L] PROT C
[L] 200 OK
[L] PASV
[L] 227 Entering Passive Mode (255,255,255,255,16,198)
[L] Opening data connection IP: 255.255.255.255 PORT: 4294
[L] Data Socket Error: Connection timed out
[L] List Error
[L] PASV
[L] 227 Entering Passive Mode (255,255,255,255,231,7)
[L] Opening data connection IP: 255.255.255.255 PORT: 59143
[L] Data Socket Error: Connection timed out
[L] List Error
[L] PASV mode failed, trying PORT mode.
[L] Listening on PORT: 2443, Waiting for connection.
[L] PORT 192,168,0,255,9,139
[L] 500 I won't open a connection to 192.168.0.255 (only to *real IP address*)
[L] List Error
[L] QUIT
[L] 221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
[L] 221 Logout.
[L] Logged off: *domainname*.com
I had the range from 2000-9999 and 50000-59999 forwarded for kicks. I even disabled my firewall. No dice.