List of command Line FTP commands in windows
Posted on 7/12/2007 10:14:50 AM
in #Dot Net Framework
Hi,/P>
A few days back, I was working with some FTP command. Then I realized that many people had asked me to provide some help on the FTP commands. Hence I decided to write a post on some of the common FTP commands for windows with their small explanation./P>
append/SPAN> - Appends a local file to a file on the remote computer. ascii/SPAN> - Sets the file transfer type to ASCII, the default. bell/SPAN> - Toggles a bell to ring after each file transfer command is completed (default = OFF). binary/SPAN> - Sets the file transfer type to binary. bye/SPAN> - Ends the FTP session and exits ftp. cd/SPAN> - Changes the working directory on the remote computer. close/SPAN> - Ends the FTP session and returns to the command interpreter. debug/SPAN> - Toggles debugging (default = OFF). delete/SPAN> - Deletes a single file on a remote computer. dir/SPAN> - Displays a list of a remote directory's files and subdirectories. disconnect/SPAN> - Disconnects from the remote computer, retaining the ftp prompt. get/SPAN> - Copies a single remote file to the local computer. glob/SPAN> - Toggles filename globbing (wildcard characters) (default = ON). hash/SPAN> - Toggles hash-sign (#) printing for each data block transferred (default = OFF). help/SPAN> - Displays descriptions for ftp commands. lcd/SPAN> - Changes the working directory on the local computer. literal/SPAN> - Sends arguments, verbatim, to the remote FTP server. ls/SPAN> - Displays an abbreviated list of a remote directory's files and subdirectories. mdelete/SPAN> - Deletes one or more files on a remote computer. mdir/SPAN> - Displays a list of a remote directory's files and subdirectories. mget/SPAN> - Copies one or more remote files to the local computer. mkdir/SPAN> - Creates a remote directory. mls/SPAN> - Displays an abbreviated list of a remote directory's files and subdirectories. mput/SPAN> - Copies one or more local files to the remote computer. open/SPAN> - Connects to the specified FTP server. prompt/SPAN> - Toggles prompting (default = ON). put/SPAN> - Copies a single local file to the remote computer. pwd/SPAN> - Displays the current directory on the remote computer (literally, "print working directory"). quit/SPAN> - Ends the FTP session with the remote computer and exits ftp (same as "bye"). quote/SPAN> - Sends arguments, verbatim, to the remote FTP server (same as "literal"). recv/SPAN> - Copies a remote file to the local computer. remotehelp/SPAN> - Displays help for remote commands. rename/SPAN> - Renames remote files. rmdir/SPAN> - Deletes a remote directory. send/SPAN> - Copies a local file to the remote computer (same as "put"). status/SPAN> - Displays the current status of FTP connections. trace/SPAN> - Toggles packet tracing (default = OFF). type/SPAN> - Sets or displays the file transfer type (default = ASCII). user/SPAN> - Specifies a user to the remote computer. verbose/SPAN> - Toggles verbose mode (default = ON)./P>
Thanks Vikram/P>
|
Posted on 1/5/2009 3:00:32 AM
Can I found a like of example code for above commands
/p>
|