Latest web development tutorials

Linux ftp command

Linux command Daquan Linux command Daquan

Linux ftp command to set the file system-related functions.

FTP is ARPANet standard file transfer protocol, the network is the predecessor of today's Internet.

grammar

ftp [-dignv][主机名称或IP地址]

Parameters:

  • -d detailed display process execution instruction, to facilitate troubleshooting or analyzing the case of program execution.
  • -i close interaction model, without asking any questions.
  • -g close local host file name support special characters expansion characteristics.
  • -n do not use automatic landing.
  • -v display process execution instruction.

Examples

For example, use the ftp command to log ftp.kernel.org anonymous server, the service is the official Linux kernel server, you can use the following command:

ftp ftp.kernel.org #发起链接请求 

Linux command Daquan Linux command Daquan