Hi, I am currently stuck with the following issue. The lftp version I am using is 3.4.2
I trying to send a file to a ftp server. Here is the command I ran and the results. The server admin specified that I need to use CCC in order to connect to their server. I am running the command from a unix server. I am able to login into the server and change directory. But List or put commands are not working. See the log below. bash-3.00$ lftp -d -e "set ssl:ca-file /opt/lftp/cert/bundle.cert;set ssl:verify-certificate yes;set ftp:ssl-use-ccc yes;set ftp:ssl-allow yes;set ftp:ssl-auth SSL;set ftp:ssl-protect-data yes;cd connect;put TestFile.doc;exit" ftpserver.com Logged in successfully. ---> PWD <--- 257 "/" is current directory. ---> PBSZ 0 <--- 200 PBSZ=0 ---> CCC <--- 200 command channel cleared. ---> CWD /connect <--- 250 CWD command successful. cd ok, cwd=/connect ---> TYPE I <--- 200 Type set to I. ---> PASV <--- 227 Entering Passive Mode (2xx,xx,xx,127,109,111) ---- Connecting data socket to (2xx.xx.xx.127) port 28015 ---- Data connection established ---> STOR TestFile.doc <--- 150 Opening BINARY mode SSL data connection for TestFile.doc. `TestFile.doc' at 0 (0%) [Sending data/TLS] = View Hot Real Estate in Texas Find homes and property for sale; view our MLS listings and much more. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=1beb267b7d2e4c158830f11620c5abaf
