HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/doc/lftp/FAQ
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.