text
stringlengths
0
4.23k
To change the directory on the remote computer to May Videos, type:
cd May Videos
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 debug
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Toggles Debugging mode. By default, Debugging mode is turned off. If Debugging mode is turned on, you'll see each command sent to the remote computer, preceeded by the > character.
>
Syntax
debug
Examples
To toggle debug mode on and off, type:
debug
ftp delete
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Deletes files on remote computers.
Syntax
delete <remotefile>
Parameters
Parameter
Description
<remotefile>
Specifies the file to delete.
<remotefile>
Examples
To delete the test.txt file on the remote computer, type:
delete test.txt
ftp dir
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Displays a list of directory files and subdirectories on a remote computer.
Syntax
dir [<remotedirectory>] [<localfile>]
Parameters
Parameter
Description
[<remotedirectory>]
Specifies the directory for which you want to see a listing. If no directory is specified, the current working directory on the remote computer is used.
[<localfile>]
Specifies a local file in which to store the directory listing. If a local file is not specified, results are displayed on the screen.
[<remotedirectory>]
[<localfile>]
Examples
To display a directory listing for dir1 on the remote computer, type:
dir dir1
To save a list of the current directory on the remote computer in the local file dirlist.txt, type:
dir . dirlist.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 get
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 recv command.
Syntax
get <remotefile> [<localfile>]
Parameters
Parameter
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.