Notes on common security tips (updated in 0627)

Source: Internet
Author: User

Author: LengF Update: 2011-06-25
[1]. LAN file resume
Because we often copy data, when the file is large, sometimes the link is broken. The file download fails.
So we will think of the problem of file resume. We can use third-party software, but it will be troublesome for convenience. I checked the command copy provided by the data system to resume file transfer. The command is as follows:
Copy/z \ serveripfolder * d: file # copy the folder floder on serverip to the local d: file
[2] DOS enters a file with spaces or regular names
Window is used to read long directory file names. For example, the program files in the directory contains spaces in the middle. For example, we need to enter the C: program filesfolder directory. We can use either of the following methods:
Cd c: progra ~ 1 folder # method 1
Cd c: "program files" folder # method 2

The maximum file name supported by DOS is 8 characters.
[Note: Subsequent skills will be constantly supplemented based on actual applications. They are basic methods for writing .]

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.