text
stringlengths
0
4.23k
Description
<remotefile>
Specifies the remote file to copy.
[<localfile>]
Specifies the name of the file to use on the local computer. If localfile isn't specified, the file is given the name of the remotefile.
<remotefile>
[<localfile>]
Examples
To copy test.txt to the local computer using the current file transfer, type:
recv test.txt
To copy test.txt to the local computer as test1.txt using the current file transfer, type:
recv test.txt test1.txt
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 rename
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Renames remote files.
Syntax
rename <filename> <newfilename>
Parameters
Parameter
Description
<filename>
Specifies the file that you want to rename.
<newfilename>
Specifies the new file name.
<filename>
<newfilename>
Examples
To rename the remote file example.txt to example1.txt, type:
rename example.txt example1.txt
ftp rmdir
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Deletes a remote directory.
Syntax
rmdir <directory>
Parameters
Parameter
Description
<directory>
Specifies the name of the remote directory to delete.
<directory>
Examples
To delete the pictures remote directory, type:
rmdir pictures
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 status
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays the current status of ftp connections.
Syntax
status
Examples
To display the current status of ftp connections, type:
status
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 type
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Sets or displays the file transfer type. The ftp command supports both ASCII (default) and binary image file transfer types:
We recommend using ASCII when transferring text files. In ASCII mode, character conversions to and from the network standard character set are performed. For example, end-of-line characters are converted as necessary, based on the target operating system.
We recommend using binary when transferring executable files. In binary mode, files are transferred in one-byte units.