Name | Description | |
---|---|---|
Abort | Aborts the current FTP command. (Inherited from Xceed.Ftp.FtpClient) | |
Authenticate | Overloaded. Authenticates and encrypts the current FTP connection. (Inherited from FtpClient) | |
BeginAbort | Begins the process of aborting the current FTP command. Don't forget to call EndAbort! | |
BeginAuthenticate | Overloaded. Begins the authentification and encryption of the current FTP connection. Don't forget to call EndAuthenticate! | |
BeginChangeCurrentFolder | Begins the process of changing the current working folder of the FTP server. Don't forget to call EndChangeCurrentFolder! | |
BeginChangeDataChannelProtection | Begins the process of changing the data channel protection. Don't forget to call EndChangeDataChannelProtection! | |
BeginChangeListingMethod | ||
BeginChangeToParentFolder | Begins the process of changing the current working folder of the FTP server to the parent folder. Don't forget to call EndChangeToParentFolder! | |
BeginChangeTransferMode | Begins the process of changing the transfer mode. Don't forget to call EndChangeTransferMode! | |
BeginChangeUser | Overloaded. Begins the process of changing the currently logged-in user to the anonymous user without disconnecting from the FTP server. Don't forget to call EndChangeUser! | |
BeginClearCommandChannel | Begins the process of clearing the command channel. Don't forget to call EndClearCommandChannel! | |
BeginConnect | Overloaded. Begins the connection process of the FTP client to an FTP server on port 21. Don't forget to call EndConnect! | |
BeginCreateFolder | Begins the process of creating a folder on the FTP server. Don't forget to call EndCreateFolder! | |
BeginDeleteFile | Begins the process of deleting a file from the FTP server. Don't forget to call EndDeleteFile! | |
BeginDeleteFolder | Overloaded. Begins the processing of deleting a folder from the FTP server. Don't forget to call EndDeleteFolder! | |
BeginDisconnect | Begins the process of disconnecting the FTP client from the FTP server to which it is connected. Don't forget to call EndDisconnect! | |
BeginFxpCopy | Overloaded. | |
BeginGetCurrentFolder | Begins the process of retrieving the current working folder of the FTP server. Don't forget to call EndGetCurrentFolder! | |
BeginGetDownloadStream | Overloaded. Begins the process of retrieving a direct access to the readonly data stream being received. Don't forget to call EndGetDownloadStream! | |
BeginGetFolderContents | Overloaded. Begins the process of retrieving the contents of the current working folder. Don't forget to call EndGetFolderContents! | |
BeginGetRawExtendedFeatures | Begins the process retrieving a list of the extended features that are implemented by the FTP server. Don't forget to call EndGetRawExtendedFeatures! | |
BeginGetRawFolderContents | Overloaded. Begins the process of retrieving an unprocessed, clear text list representing the contents of the current working folder as sent by the FTP server and indicates if the entire listing or only filenames should be retrieved. Don't forget to call EndGetRawFolderContents! | |
BeginGetUploadStream | Overloaded. Begins the process of retrieving a direct access to the write-only data stream to send to. | |
BeginLogin | Overloaded. Begins the anonymous login process of the FTP client to the FTP server to which it is connected. Don't forget to call EndLogin! | |
BeginReceiveFile | Overloaded. Begins the process of receiving the specified file from the current working folder and stores it on the local system using the specified path and filename. Don't forget to call EndReceiveFile! | |
BeginReceiveMultipleFiles | Begins the process of retreiving the files that match the provided file mask from the current working folder and stores them on the local system in the specified folder. Don't forget to call EndReceiveMultipleFiles! | |
BeginRenameFile | Begins the process of renaming a file on the FTP server. Don't forget to call EndRenameFile! | |
BeginSendCustomCommand | Begins the process of sending a custom command to the FTP server. Don't forget to call EndSendCustomCommand! | |
BeginSendFile | Overloaded. Begins the process of sending the specified file to the FTP server's current working folder and stores it using the same filename. Don't forget to call EndSendFile! | |
BeginSendFileToUniqueName | Overloaded. Begins the process of sending the specified file to the FTP server's current working folder and stores it using a unique filename. Don't forget to call EndSendFileToUniqueName! | |
BeginSendMultipleFiles | Begins the process of sending the files that match the provided file mask to the FTP server's current working folder. Don't forget to call EndSendMultipleFiles! | |
ChangeCurrentFolder | Changes the current working folder of the FTP server. (Inherited from FtpClient) | |
ChangeDataChannelProtection | Changes the data channel protection. (Inherited from FtpClient) | |
ChangeListingMethod | Changes the current listing method that is used to retrieve folder contents from the FTP server. (Inherited from FtpClient) | |
ChangeToParentFolder | Changes the current working folder of the FTP server to the parent folder. (Inherited from FtpClient) | |
ChangeTransferMode | Changes the current transfer mode. (Inherited from FtpClient) | |
ChangeUser | Overloaded. Changes the currently logged-in user to the anonymous user without disconnecting from the FTP server. (Inherited from FtpClient) | |
ClearCommandChannel | Clears the command channel after login to facilitate firewall NAT when connecting using a secure data channel. (Inherited from FtpClient) | |
Connect | Overloaded. Connects the FTP client to an FTP server on port 21. (Inherited from FtpClient) | |
CreateFolder | Create a folder on the FTP server. (Inherited from FtpClient) | |
DeleteFile | Deletes a file from the FTP server. (Inherited from FtpClient) | |
DeleteFolder | Overloaded. Deletes a folder from the FTP server. (Inherited from FtpClient) | |
Disconnect | Disconnects the FTP client from the FTP server to which it is connected. (Inherited from FtpClient) | |
EndAbort | Ends the process of aborting the current FTP command | |
EndAuthenticate | Ends the authentification and encryption of the current FTP connection. | |
EndChangeCurrentFolder | Ends the process of changing the current working folder of the FTP server. | |
EndChangeDataChannelProtection | Ends the change of the data channel protection.. | |
EndChangeListingMethod | ||
EndChangeToParentFolder | Ends the process of changing the current working folder of the FTP server to the parent folder. | |
EndChangeTransferMode | Ends the process of changing the transfer mode. | |
EndChangeUser | Ends the process of changing the currently logged-in user. | |
EndClearCommandChannel | Ends the clearing of the command channel. | |
EndConnect | Ends the connection process of the FTP client to an FTP server. | |
EndCreateFolder | Ends the process of creating a folder on the FTP server. | |
EndDeleteFile | Ends the process of deleting a file from the FTP server. | |
EndDeleteFolder | Ends the process of deleting a folder from the FTP server. | |
EndDisconnect | Ends the process of disconnecting the FTP client from the FTP server to which it is connected. | |
EndFxpCopy | ||
EndGetCurrentFolder | Ends the process of retrieving the current working folder of the FTP server. | |
EndGetDownloadStream | Ends the process of retrieving a direct access to the readonly data stream being received. | |
EndGetFolderContents | Ends the process of retrieving the contents of the current working folder. | |
EndGetRawExtendedFeatures | Ends the process of retrieving an unprocessed, clear text list of the extended features that are implemented by an FTP server. | |
EndGetRawFolderContents | Ends the process of retrieving an unprocessed, clear text list representing the contents of the current working folder | |
EndGetUploadStream | Ends the process of retrieving a direct access to the write-only data stream to send to. | |
EndLogin | Ends the login process of the FTP client to the FTP server to which it is connected. | |
EndReceiveFile | Ends the process of receiving a file from the FTP server. | |
EndReceiveMultipleFiles | Ends the process of retreiving the files that match the provided file mask from the current working folder and stores them on the local system in the specified folder. | |
EndRenameFile | Ends the process of renaming a file on the FTP server. | |
EndSendCustomCommand | Ends the process of sending a custom command to the FTP server. | |
EndSendFile | Ends the process of sending a file to the FTP server. | |
EndSendFileToUniqueName | Ends the process of sending a file to the FTP server's current working folder and storing it using a unique filename. | |
EndSendMultipleFiles | Ends the process of sending the files that match the provided file mask to the FTP server's current working folder. | |
GetCurrentFolder | Retrieves the current working folder of the FTP server. (Inherited from FtpClient) | |
GetDownloadStream | Overloaded. Retrieves a direct access to the readonly data stream being received. (Inherited from FtpClient) | |
GetFolderContents | Overloaded. Retrieves the contents of the current working folder. (Inherited from FtpClient) | |
GetRawExtendedFeatures | Retrieves an unprocessed, clear text list of the extended features that are implemented by an FTP server. (Inherited from FtpClient) | |
GetRawFolderContents | Overloaded. Retrieves an unprocessed, clear text list representing the contents of the current working folder as sent by the FTP server and indicates if the entire listing or only filenames should be retrieved. (Inherited from FtpClient) | |
GetUploadStream | Overloaded. Retrieves a direct access to the write-only data stream to send to. (Inherited from FtpClient) | |
Login | Overloaded. Login the FTP client anonymously to the FTP server to which it is connected. (Inherited from FtpClient) | |
ReceiveFile | Overloaded. Receives the specified file from the current working folder and stores it on the local system using the specified path and filename. (Inherited from FtpClient) | |
ReceiveMultipleFiles | Receives the files that match the provided file mask from the current working folder and stores them on the local system in the specified folder. (Inherited from FtpClient) | |
RenameFile | Renames a file or, if supported, a folder on the FTP server. (Inherited from FtpClient) | |
SendCustomCommand | Sends a custom command to the FTP server. (Inherited from FtpClient) | |
SendFile | Overloaded. Sends the specified file to the FTP server's current working folder and stores it using the same filename. (Inherited from FtpClient) | |
SendFileToUniqueName | Overloaded. Sends the specified file to the FTP server's current working folder and stores it using a unique filename. (Inherited from FtpClient) | |
SendMultipleFiles | Sends the files that match the provided file mask to the FTP server's current working folder. (Inherited from FtpClient) |