Home » lftp

lftp

[Feb 25, 2011 | Views: 576]
lftp some times stalls with message “Making data connection” when “ls” the directory after logged in the ftp site. The message may appear like this: < --- 227 Entering Passive Mode ... read more »
[May 13, 2009 | Views: 212]
~/.bashrc # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions . ~/.alias # export GTK_IM_MODULE=ibus ################################## ~/.alias alias rm=’rm -i’ alias l=’ll -h’ ################################## ~/.lftprc set ftp:charset GBK set file:charset UTF-8 #set net:connection-limit 30 set net:reconnect-interval-base ... read more »