Freigeben über


FtpClientConnection-Member

Downloads and uploads data files and manages directories on servers. This class cannot be inherited.

Der FtpClientConnection-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode FtpClientConnection Initializes a new instance of the FtpClientConnection class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Close Closes the FTP connection.
Öffentliche Methode Connect Opens the connection to the server and returns a value that indicates the result of the connection.
Öffentliche Methode CreateRemoteDirectory Creates a remote directory.
Öffentliche Methode DeleteFiles Deletes the specified files from the File Transfer Protocol (FTP) server.
Öffentliche Methode DeleteRemoteDirectory Deletes a remote directory.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetListing Lists the names of directories and files in the specified folder or directory from the FTP server.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetWorkingDirectory Gets the current working directory on the File Transfer Protocol (FTP) server.
Öffentliche Methode LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ReceiveFiles Receives files from the File Transfer Protocol (FTP) server.
Öffentliche Methode SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Öffentliche Methode SendFiles Sends files to the File Transfer Protocol (FTP) server.
Öffentliche Methode SetWorkingDirectory Sets the current working directory on the File Transfer Protocol (FTP) server.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ChunkSize Gets or sets the value that indicates the minimum number of bytes to retrieve from or send to the server during a File Transfer Protocol (FTP) read/write operation.
Öffentliche Eigenschaft Retries Gets or sets the number of times the task attempts an operation. A value of 0 indicates that there is no limit on attempts.
Öffentliche Eigenschaft ServerName Gets or sets the name of the File Transfer Protocol (FTP) server.
Öffentliche Eigenschaft ServerPassword Sets the password for the server specified in the ServerName property. This property is write-only.
Öffentliche Eigenschaft ServerPort Gets or sets the port number on the server.
Öffentliche Eigenschaft ServerUserName Gets or sets the logon alias of the user.
Öffentliche Eigenschaft Timeout Gets or sets a value that indicates how long to attempt the connection before timing out.
Öffentliche Eigenschaft UsePassiveMode Gets or sets a Boolean that indicates whether the task sends and receives files in passive mode.

Zum Anfang