FTP Command In Windows Server 2008

This article shows how to use FTP command in Windows Server 2008 operating system.
  • 2044

Introduction

FTP command in Windows Server 2008 is used to transfers files to and from a computer running a File Transfer Protocol (FTP) server service. FTP command can be used interactively or in batch mode by processing ASCII text files. Syntax for FTP command is given below.

Syntax

ftv [-v] [-d] [-i] [-n] [-g] [-s:<FileName>] [-a] [-A] [-x:<SendBuffer>] [-r:<RecvBuffer>] [-b:<AsyncBuffers>] [-w:<WindowsSize>] [-?] [<Host>]

Parameters For FTP

Parameter Description
-v Suppresses display of remote server responses.
-n Suppresses auto-login upon initial connection.
-g Disables file name globbing.
-s:<FileName> Defines a text files that contains FTP commands.
-a Defines that any local interface can be used when binding the FTP data connection.
-A Logs onto the FTP server as anonymous.
-x:<SendBuffer> Overrides the default SO_SNDBUF size to 8192.
-r:<RecvBuffer> Overrides the default SO_RCVBUF size of 8192.
-b:<AsyncBuffers> Overrides the default async buffer count of 3.
-w:<WindowsSize> Defines the size of the transfer buffer.
-? Shows help at the command prompt.
<host> Defines the computer name, IP address, or IPv6 address of the FTP server to which to connect.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.