When you disable the mput upload confirmation in ftp, the following message is displayed: the prompt method uploads a large number of files through ftp due to work requirements. The mput command is used to upload all files in the entire directory to the server, by default, y is entered for each file to be uploaded to confirm that there is no time for this. In command mode, use prompt to close the file after logging on to the system: www.2cto.com ftp> prompt switch negotiate instruction (when using mput/mget, you don't need to ask yes/no for every file) so that you can use mput * to upload it slowly... Tea... Note: ftp> help promptprompt force interactive prompting on multiple commands ftp> promptInteractive mode off. ftp> promptInteractive mode on. ftp> promptInteractive mode off. ftp> from the above example, we can see that devices that can be developed or shut down without any parameters will change the status every time they are executed. Instance: ftp> mget aix.txt? No ftp> prompt Interactive mode off. ftp> mget aix.txt 200 Port command successful 150 Opening data channel for file transfer. 226 Transfer OK 10077 bytes encoded ed in 1.634 seconds (6.023 Kbytes/s) local: aix.txt remote: aix.txt ftp>