Saturday 12, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Tuesday, 5 September 2017

ftpd Linux Command

ftpd

in.ftpd [options]
TCP/IP command. Internet File Transfer Protocol server. The server uses the TCP protocol and listens at the port specified in the ftp service specification. ftpd is usually started by xinetd and must have an entry in xinetd's configuration file, /etc/xinetd.conf. It can also be run in standalone mode using the -p option. There are several FTP daemons available. On many Linux distributions, the default is the Kerberos-supporting DARPA version, which we document here.

Options

-a
Require authentication via ftp AUTH. Allow anonymous users as well, if configured to do so.

-A
Require authentication via ftp AUTH, but allow only users who are authorized to connect without a password. Allow anonymous users as well, if configured to do so.

-C
Require local credentials for non-anonymous users. Prompt for a password unless the user forwards credentials during authentication.

-d, -v
Write debugging information to syslogd.

-l
Log each FTP session in syslogd.

-p port
Use port as the FTP control port instead of reading the appropriate port from /etc/services. This option will launch ftpd in standalone mode.

-q
Use PID files to record the process IDs of running daemons. This is the default. These files are needed to determine the current number of users.

-r file
Read Kerberos configuration from file instead of /etc/krb5.conf.

-s file
Read Kerberos V4 authentication information from file instead of /etc/srvtab.

-t n
Set default inactivity timeout period to n seconds. (The default is 15 minutes.)

-T n
Allow ftp clients to request a different timeout period of up to n seconds. (The default is 2 hours.)

-u umask
Set the default umask to umask.

-U file
Read the list of users denied remote access from file instead of /etc/ftpusers.

-w format
Specify the format for the remote hostname passed to login. Use one of the following formats:

ip
Pass the IP address.

n[,[no] striplocal]
Pass hostnames less than n characters in length, and IP addresses for longer hostsnames. Set n to 0 to use the system default. The striplocal portion of the option determines whether or not to strip local domains from hostnames. The default is to strip them.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • chown Linux Command chown chown [options] newowner files chown [options] --reference=filename files Change the ownership of one or more files to newowner. newowner is either a user ID number or a login name located in /etc/passwd. chown also … Read More
  • compress Linux Command compress compress [options] files Compress one or more files, replacing each with the compressed file of the same name with .Z appended. If no file is specified, compress standard input. Each file specified is compressed s… Read More
  • lockfile Linux Command lockfile lockfile [options] filenames Create semaphore file(s), used to limit access to a file. When lockfile fails to create some of the specified files, it pauses for eight seconds and retries the last one on which it fa… Read More
  • lftpget Linux Command lftpget lftpget [options] url Uses the lftp program to fetch the specified URL, which may be HTTP, FTP, or any of the protocols supported by lftp. Options lftpget takes only three options. -c Continue or restart a paused … Read More
  • lftp Linux Command lftp lftp [options] [url] File transfer program with more features than ftp. The lftp command allows FTP and HTTP protocol transfers, plus other protocols including FISH (SSH based), FTPS, and HTTPS. It uses a shell-like c… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: ftpd Linux Command Rating: 5 Reviewed By: eHowToNow