text
stringlengths
0
4.23k
<remotefile>
[<localfile>]
Examples
To copy test.txt to the local computer using the current file transfer, type:
get test.txt
To copy test.txt to the local computer as test1.txt using the current file transfer, type:
get 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:
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 lcd
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Changes the working directory on the local computer. By default, the working directory is the directory in which the ftp command was started.
Syntax
lcd [<directory>]
Parameters
Parameter
Description
[<directory>]
Specifies the directory on the local computer to which to change. If directory isn't specified, the current working directory is changed to the default directory.
[<directory>]
Examples
To change the working directory on the local computer to c:\dir1, type:
lcd c:\dir1
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:
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 mget
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Copies remote files to the local computer using the current file transfer type.
Syntax
mget <remotefile>[ ]
Parameters
Parameter
Description
<remotefile>
Specifies the remote files to copy to the local computer.
<remotefile>
Examples
To copy remote files a.exe and b.exe to the local computer using the current file transfer type, type:
mget a.exe b.exe
ftp mkdir
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Creates a directory on the remote computer.
Syntax
mkdir <directory>
Parameters
Parameter
Description
<directory>
Specifies the name of the new remote directory.
<directory>
Examples
To create a directory called dir1 on the remote computer, type:
mkdir dir1
404 - Page not found