header bg

Scan QR code or get instant email to install app

Question:

You need to send files from your PC to a remote server. To accomplish this, you need to connect to a shared directory on the server and copy the files. Which command-line utility will enable you to perform this?

A net
explanation

Depending on the version of Windows you're running, net can be one of the most powerful commands available to you. While all Windows versions feature a net command, its capabilities vary depending on whether it is used on a server or a workstation, as well as the operating system version. net share is commonly used to create shared folders, whereas net use is used to connect to shared resources. Administrators can create and manage user accounts using the net use command. netstat displays which protocols are using which sockets (IP address plus port). net share is a proper command for managing shared resources, however netdom and net share are not.

Related Information