text
stringlengths
0
4.23k
We couldn't find this page. You can try signing in, or choosing from the relevant search results below:
We couldn't find this page. You can try changing directories, or choosing from the relevant search results below:
404 - Page not found
We couldn't find this page. You can try signing in, or choosing from the relevant search results below:
We couldn't find this page. You can try changing directories, or choosing from the relevant search results below:
404 - Page not found
We couldn't find this page. You can try signing in, or choosing from the relevant search results below:
We couldn't find this page. You can try changing directories, or choosing from the relevant search results below:
404 - Page not found
We couldn't find this page. You can try signing in, or choosing from the relevant search results below:
We couldn't find this page. You can try changing directories, or choosing from the relevant search results below:
ftp put
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Copies a local file to the remote computer using the current file transfer type.
Note
This command is the same as the ftp send command.
Syntax
put <localfile> [<remotefile>]
Parameters
Parameter
Description
<localfile>
Specifies the local file to copy.
[<remotefile>]
Specifies the name to use on the remote computer. If you don't specify a remotefile, the file is give the localfile name.
<localfile>
[<remotefile>]
Examples
To copy the local file test.txt and name it test1.txt on the remote computer, type:
put test.txt test1.txt
To copy the local file program.exe to the remote computer, type:
put program.exe
404 - Page not found
We couldn't find this page. You can try signing in, or choosing from the relevant search results below:
We couldn't find this page. You can try changing directories, or choosing from the relevant search results below:
ftp quit
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Ends the ftp session with the remote computer, and then exits.
Note
This command is the same as the ftp bye command.
Syntax
quit
Examples
To end the ftp session with the remote computer and return to the operating system command prompt, type:
quit
ftp quote
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Sends verbatim arguments to the remote ftp server. A single ftp reply code is returned.
Note
This command is the same as the ftp literal command.
Syntax
quote <argument>[ ]
Parameters
Parameter
Description
<argument>
Specifies the argument to send to the ftp server.
<argument>
Examples
To send a quit command to the remote ftp server, type:
quote quit
ftp recv
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Copies a remote file to the local computer using the current file transfer type.
Note
This command is the same as the ftp get command.
Syntax
recv <remotefile> [<localfile>]
Parameters
Parameter