I've trying to access this ftps site, but keeps getting stuck right after
logged in.
What am I doing wrong?
============ my left script ==============
debug 12
#
set ftp:ssl-auth TLS
set ftp:ssl-force true
set ftp:ssl-allow yes
set ssl:verify-certificate no
#
open ftp.xx.com
user username pwssd
ls
exit
============ stdout ===================
/export/home/username/bin> lftp -d -f ./test_lftp.ftp
notice: cannot open /export/home/username/.netrc: No such file or directory
---- Resolving host address...
---- 1 address found: XXX.XXX.XXX.XXX
notice: cannot open /export/home/username/.netrc: No such file or directory
FileCopy(8133718) enters state INITIAL
FileCopy(8133718) enters state DO_COPY
---- dns cache hit
---- Connecting to ftp.xx.com (XXX.XXX.XXX.XXX) port 21
<--- 220 usahgmxfs001 FTP server (TLSFTP 1.4.2) ready.
---> FEAT
<--- 530 Please login with USER and PASS.
---> AUTH TLS
<--- 234 AUTH TLS OK.
---> USER username
GNUTLS: HSK[817c040]: Keeping ciphersuite: RSA_AES_128_CBC_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: RSA_3DES_EDE_CBC_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: RSA_ARCFOUR_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: RSA_ARCFOUR_MD5
GNUTLS: HSK[817c040]: Keeping ciphersuite: DHE_DSS_AES_128_CBC_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: DHE_DSS_3DES_EDE_CBC_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: DHE_DSS_ARCFOUR_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: DHE_RSA_AES_128_CBC_SHA1
GNUTLS: HSK[817c040]: Keeping ciphersuite: DHE_RSA_3DES_EDE_CBC_SHA1
GNUTLS: HSK[817c040]: CLIENT HELLO was send [61 bytes]
GNUTLS: HSK[817c040]: SERVER HELLO was received [74 bytes]
GNUTLS: HSK[817c040]: Server's version: 3.1
GNUTLS: HSK[817c040]: SessionID length: 32
GNUTLS: HSK[817c040]: SessionID:
8f0634c11bf320a6cd4980f59b680c1a5c33cf4633e17d73bd8dc151f5a608d7
GNUTLS: HSK[817c040]: Selected cipher suite: RSA_AES_128_CBC_SHA1
GNUTLS: HSK[817c040]: CERTIFICATE was received [759 bytes]
GNUTLS: HSK[817c040]: SERVER HELLO DONE was received [4 bytes]
GNUTLS: HSK[817c040]: CLIENT KEY EXCHANGE was send [134 bytes]
GNUTLS: REC[817c040]: Sent ChangeCipherSpec
GNUTLS: HSK[817c040]: Cipher Suite: RSA_AES_128_CBC_SHA1
GNUTLS: HSK[817c040]: Initializing internal [write] cipher sessions
GNUTLS: HSK[817c040]: FINISHED was send [16 bytes]
GNUTLS: HSK[817c040]: Cipher Suite: RSA_AES_128_CBC_SHA1
GNUTLS: HSK[817c040]: Initializing internal [read] cipher sessions
GNUTLS: HSK[817c040]: FINISHED was received [16 bytes]
Certificate: C=US,ST=Hills,L=NY,O=ACME Corporation,CN=ftp.xx.com
Issued by: C=US,O=Equifax,OU=Equifax Secure Certificate Authority
WARNING: Certificate verification: Not trusted
<--- 331 Password required.
---> PASS psswd
<--- 230-
<--- 230- Welcome to the EDS Hosting Secure FTP server on usahgmxfs001.
<--- 230- There are now 14 concurrent FTP users logged in.
<--- 230- Time is Sat Apr 4 08:09:09 2009.
<--- 230- **** WARNING! You are on a Production Server! ****
<--- 230-
<--- 230 User successfully logged in.
---> FEAT
<--- 211- Extensions supported:
<--- 211- IDLE
<--- 211- MDTM
<--- 211- SIZE
<--- 211- REST STREAM
<--- 211- MLSD
<--- 211- AUTH TLS TLS-C SSL TLS-P
<--- 211- PBSZ
<--- 211- PROT
<--- 211 End of Features
---> PWD
<--- 257 "/" is current directory.
---> PBSZ 0
<--- 200 PBSZ OK.
---> PROT P
<--- 200 PROT set to Protected.
---> PASV
<--- 227 Entering Passive Mode (198,208,187,30,239,193)
---- Connecting data socket to (198.208.187.30) port 61377
`ls' at 0 [Making data connection...]