LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   lftp problem (https://www.linuxquestions.org/questions/linux-software-2/lftp-problem-549938/)

mesh2005 04-29-2007 12:15 PM

lftp problem
 
I have three websites, I can connect successfully to two of them using lftp. I can connect to the third website but I can't ls or issue any FTP command, it goes forever after I press enter and no response is returned.
I use Ubuntu Dapper 64-bit edition

bryankaplan 04-30-2007 05:34 AM

Try running it as:
Code:

lftp -d
What happens?

mesh2005 05-01-2007 06:19 AM

I tried lftp -d , it hanged again and displayed a message "Entering Passive mode"

bryankaplan 05-02-2007 02:47 PM

Huh. I had this problem once on one particular cafe network. I assumed their firewall was blocking the TLS authentication, because I could get through to anonymous ftp sites fine. I circumvented it by ssh tunneling home and running lftp from there, so I don't know for sure what caused it. But try connecting with plain old ftp -vd and see if that's any more enlightening.

mesh2005 05-03-2007 07:06 AM

thank you :) I used FTP and wget.


All times are GMT -5. The time now is 09:51 PM.