How to specify the user name and password when logging on to FTP

Source: Internet
Author: User
Tags ftp commands ftp login

FTP is a common network command, but the user name and password must be entered interactively according to the prompt when using this command, which is inconvenient for automatic execution or batch processing of programs. The following two methods are provided to specify the user name and password for FTP login:

1. Run the ftp: // username: password @ hostname: PORT command.

This method can only be used in the browser, not in the command line.

2. You can use the configuration file in the command line to solve this problem:

Format: ftp-S: [configuration file] [FTP address]
Example: ftp-S: e:/test_ftp.txt 192.1.101.203
The content of test_ftp.txt is:
Username
PWD

Of course, you can add other FTP commands to the configuration file to implement automatic FTP execution. Note that the test is successful.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.