edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The SecureFTPConnection type exposes the following members.

Constructors

  NameDescription
Public methodSecureFTPConnection()()()()
Initializes a new instance of the SecureFTPConnection class.
Public methodSecureFTPConnection(IContainer)
Constructs a SecureFTPConnection object and places it in the given container.
Public methodSecureFTPConnection(SerializationInfo, StreamingContext)
Deserializes a connection object from the given SerializationInfo.

Methods

  NameDescription
Public methodAbortAsynchronous
Aborts all queued asynchronous operations.
(Inherited from ExFTPConnection.)
Public methodBeginChangeGroup
[SFTP Only] Changes the group of the specified file or directory.
Public methodBeginChangeMode
[SFTP Only] Changes the access permissions or modes of the specified file or directory. SFTP only.
Public methodBeginChangeOwner
[SFTP Only] Changes the owner of the specified file or directory.
Public methodBeginChangeWorkingDirectory
Begins an asynchronous request to change the working directory.
(Inherited from ExFTPConnection.)
Public methodBeginChangeWorkingDirectoryUp
Begins an asynchronous request to change to the parent of the current working directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous request to close the FTP connection.
(Inherited from ExFTPConnection.)
Public methodBeginClose(Boolean, AsyncCallback, Object)
Begins an asynchronous request to close the FTP connection.
(Inherited from ExFTPConnection.)
Public methodBeginConnect
Begins an asynchronous request to connect to an FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginCreateDirectory
Begins an asynchronous request to create the specified remote directory.
(Inherited from ExFTPConnection.)
Public methodBeginCreateSymbolicLink
[SFTP Only] Creates a symbolic link on the server.
Public methodBeginDeleteDirectory
Begins an asynchronous request to delete all the files in the given directory.
(Inherited from ExFTPConnection.)
Public methodBeginDeleteDirectoryTree
Begins an asynchronous request to delete the specified remote directory.
(Inherited from ExFTPConnection.)
Public methodBeginDeleteFile
Begins an asynchronous request to delete the specified remote file.
(Inherited from ExFTPConnection.)
Public methodBeginDeleteMultipleFiles(String, AsyncCallback, Object)
Begins an asynchronous request to delete all the files in the current directory that match the given wild-card.
(Inherited from ExFTPConnection.)
Public methodBeginDeleteMultipleFiles(FileFilter, AsyncCallback, Object)
Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.
(Inherited from ExFTPConnection.)
Public methodBeginDeleteMultipleFiles(String, FileFilter, Boolean, AsyncCallback, Object)
Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.
(Inherited from ExFTPConnection.)
Public methodBeginDeleteMultipleFiles(String, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to delete all the files in the given directory that match the given wild-card.
(Inherited from ExFTPConnection.)
Public methodBeginDirectoryExists
Begins an asynchronous request to check for the existence of a directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadByteArray
Begins an asynchronous request to download data from the FTP server and return it as a byte-array.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadDirectory
Begins an asynchronous request to upload the local directory (and its subdirectories) to the remote directory.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadFile(String, String, AsyncCallback, Object)
Begins an asynchronous request to download a file from the FTP server and save it locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadFile(String, String, TransferParameters, AsyncCallback, Object)
Begins an asynchronous request to download a file from the FTP server and save it locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadFile(String, String, WriteMode, AsyncCallback, Object)
Begins an asynchronous request to download a file from the FTP server and save it locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadMultiple(String, FileFilter, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadMultiple(String, String, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadMultiple(String, String, FileFilter, Boolean, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadMultiple(String, String, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
(Inherited from ExFTPConnection.)
Public methodBeginDownloadStream
Begins an asynchronous request to download a file from the FTP server and write it to the given stream.
(Inherited from ExFTPConnection.)
Public methodBeginExists
Begins an asynchronous request to check for the existence of a file on the server.
(Inherited from ExFTPConnection.)
Public methodBeginGetCommandHelp
[FTP/FTPS Only] Begins an asynchronous request to get the help text for the specified FTP command.
(Inherited from ExFTPConnection.)
Public methodBeginGetFeatures
[FTP/FTPS Only] Begins an asynchronous request to get the server supplied features.
(Inherited from ExFTPConnection.)
Public methodBeginGetFileInfos(AsyncCallback, Object)
Begins an asynchronous request to retrieve the working directory's contents as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodBeginGetFileInfos(String, AsyncCallback, Object)
Begins an asynchronous request to retrieve the given directory's contents as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodBeginGetFileInfos(String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to retrieve the given directory's contents (and optionally that of its subdirectories) as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodBeginGetFileInfos(String, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to retrieve the given directory's contents (and optionally that of its subdirectories) as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodBeginGetFiles(AsyncCallback, Object)
Begins an asynchronous request to list the current working directory's contents as an array of strings of file-names.
(Inherited from ExFTPConnection.)
Public methodBeginGetFiles(String, AsyncCallback, Object)
Begins an asynchronous request to retrieve the given directory's contents as an array of strings of file-names.
(Inherited from ExFTPConnection.)
Public methodBeginGetLastWriteTime
Begins an asynchronous request to get the modification time for a remote file.
(Inherited from ExFTPConnection.)
Public methodBeginGetSize
Begins an asynchronous request to get the size of a remote file.
(Inherited from ExFTPConnection.)
Public methodBeginGetSystemType
[FTP/FTPS Only] Begins an asynchronous request to get the type of the operating system at the server.
(Inherited from ExFTPConnection.)
Public methodBeginGetWorkingDirectory Obsolete.
Begins an asynchronous request to get the working directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginInvokeCommandSSH
[SFTP Only] Begins an asynchronous request to invoke the given literal command on the server.
Public methodBeginInvokeFTPCommand
[FTP/FTPS Only] Begins an asynchronous request to invoke the given literal FTP command on the server.
(Inherited from ExFTPConnection.)
Public methodBeginInvokeSiteCommand
[FTP/FTPS Only] Begins an asynchronous request to invoke the given site command on the server.
(Inherited from ExFTPConnection.)
Public methodBeginLogin
[FTP/FTPS Only] Begins an asynchronous request to log into an account on the FTP server using UserName and Password.
(Inherited from ExFTPConnection.)
Public methodBeginRenameFile
Begins an asynchronous request to rename a file or directory.
(Inherited from ExFTPConnection.)
Public methodBeginResumeTransfer
Begins an asynchronous request to make the next file transfer (upload or download) resume.
(Inherited from ExFTPConnection.)
Public methodBeginSendPassword
[FTP/FTPS Only] Begins an asynchronous request to supply the password for the previously supplied user-name to log into the FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginSendUserName
[FTP/FTPS Only] Begins an asynchronous request to supply the user-name to log into an account on the FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginSynchronize(AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginSynchronize(FTPSyncRules, AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginSynchronize(String, String, AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginSynchronize(FTPSyncRules, String, String, AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
(Inherited from ExFTPConnection.)
Public methodBeginTransferFileFXP
Asynchronously transfer a file between FTP servers using FXP.
(Inherited from ExFTPConnection.)
Public methodBeginUploadByteArray(array<Byte>[]()[][], String, AsyncCallback, Object)
Begins an asynchronous request to upload an array of bytes to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodBeginUploadByteArray(array<Byte>[]()[][], String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload data to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodBeginUploadDirectory
Begins an asynchronous request to upload the local directory (and its subdirectories) to the remote directory.
(Inherited from ExFTPConnection.)
Public methodBeginUploadFile(String, String, AsyncCallback, Object)
Begins an asynchronous request to upload a local file to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodBeginUploadFile(String, String, WriteMode, AsyncCallback, Object)
Begins an asynchronous request to upload a local file to the FTP server in the current working directory. Allows appending if current file exists.
(Inherited from ExFTPConnection.)
Public methodBeginUploadFile(String, String, Boolean, AsyncCallback, Object) Obsolete.
Begins an asynchronous request to upload a local file to the FTP server in the current working directory. Allows appending if current file exists.
(Inherited from ExFTPConnection.)
Public methodBeginUploadMultiple(String, FileFilter, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginUploadMultiple(String, String, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginUploadMultiple(String, String, FileFilter, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginUploadMultiple(String, String, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
(Inherited from ExFTPConnection.)
Public methodBeginUploadStream(Stream, String, AsyncCallback, Object)
Begins an asynchronous request to upload a stream of data to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodBeginUploadStream(Stream, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload a stream of data to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodCancelResume
Cancel the resume.
(Inherited from FTPConnection.)
Public methodCancelTask(IAsyncResult)
Cancels the given asynchronous task.
(Inherited from ExFTPConnection.)
Public methodCancelTask(Int32)
Cancels the asynchronous task with the given ID.
(Inherited from ExFTPConnection.)
Public methodCancelTransfer
Cancels the current transfer.
(Inherited from ExFTPConnection.)
Public methodChangeGroup
[SFTP Only] Changes the group of the specified file or directory.
Public methodChangeMode
Public methodChangeOwner
[SFTP Only] Changes the owner of the specified file or directory.
Public methodChangeWorkingDirectory
Changes the working directory.
(Inherited from ExFTPConnection.)
Public methodChangeWorkingDirectoryUp
Changes to the parent of the current working directory on the server.
(Inherited from ExFTPConnection.)
Protected methodCheckConnection
Checks if the client has connected to the server and throws an exception if it hasn't. This is only intended to be used by subclasses
(Inherited from FTPConnection.)
Protected methodCheckFTPType
Checks the FTP type and throws and exception if it's incorrect.
(Overrides FTPConnection..::..CheckFTPType(Boolean).)
Public methodClearDirectoryCache()()()()
Clears the directory cache completely.
(Inherited from ExFTPConnection.)
Public methodClearDirectoryCache(String)
Clears a particular directory-listing from the directory cache.
(Inherited from ExFTPConnection.)
Public methodClearProperties
Clears properties by setting them to their default values.
(Inherited from ExFTPConnection.)
Public methodClone
Creates a new ExFTPConnection that is a copy of the current instance.
(Inherited from ExFTPConnection.)
Public methodClose()()()()
Quit the FTP session.
(Inherited from FTPConnection.)
Public methodClose(Boolean)
Quit the FTP session.
(Inherited from ExFTPConnection.)
Public methodConnect
Connect to the FTP server.
(Overrides ExFTPConnection..::..Connect()()()().)
Public methodCopyProperties
Copies the properties of the given source ExFTPConnection into this instance.
(Inherited from ExFTPConnection.)
Public methodCreateDirectory
Create the specified remote directory.
(Inherited from ExFTPConnection.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodCreateSymbolicLink
[SFTP Only] Creates a symbolic link on the server.
Public methodDeleteDirectory
Delete the specified remote directory.
(Inherited from ExFTPConnection.)
Public methodDeleteDirectoryTree
Delete this entire remote directory and its contents recursively, including all subdirectories.
(Inherited from ExFTPConnection.)
Public methodDeleteFile
Delete the specified remote file.
(Inherited from ExFTPConnection.)
Public methodDeleteMultipleFiles(String)
Delete multiple files in the current remote directory.
(Inherited from ExFTPConnection.)
Public methodDeleteMultipleFiles(FileFilter)
Delete multiple files in the current remote directory.
(Inherited from ExFTPConnection.)
Public methodDeleteMultipleFiles(String, FileFilter, Boolean)
Delete all the files in the supplied remote directory (and optionally its subdirectories) that match the supplied filter.
(Inherited from ExFTPConnection.)
Public methodDeleteMultipleFiles(String, String, Boolean)
Delete all the files in the supplied remote directory (and optionally its subdirectories) that match the supplied wildcard.
(Inherited from ExFTPConnection.)
Public methodDirectoryExists
Tests if the given directory exists.
(Inherited from ExFTPConnection.)
Public methodDispose()()()() (Inherited from Component.)
Protected methodDispose(Boolean)
Close the connection if it is open.
(Inherited from ExFTPConnection.)
Public methodDownloadByteArray
Download data from the FTP server and return it as a byte-array.
(Inherited from ExFTPConnection.)
Public methodDownloadDirectory
Downloads the remote directory (and its subdirectories) to the local directory.
(Inherited from ExFTPConnection.)
Public methodDownloadFile(String, String)
Download a file from the FTP server and save it locally.
(Inherited from ExFTPConnection.)
Public methodDownloadFile(String, String, TransferParameters)
Download a file from the FTP server and save it locally.
(Inherited from ExFTPConnection.)
Public methodDownloadFile(String, String, WriteMode)
Download a file from the FTP server and save it locally.
(Inherited from FTPConnection.)
Public methodDownloadMultiple(String, FileFilter)
Get multiple files into the specified local directory from the current remote directory
(Inherited from ExFTPConnection.)
Public methodDownloadMultiple(String, String)
Get multiple files into the specified local directory from the current remote directory
(Inherited from ExFTPConnection.)
Public methodDownloadMultiple(String, String, FileFilter, Boolean)
Get multiple files from the specified remote directory into the specified local directory
(Inherited from ExFTPConnection.)
Public methodDownloadMultiple(String, String, String, Boolean)
Get multiple files from the specified remote directory into the specified local directory
(Inherited from ExFTPConnection.)
Public methodDownloadStream
Download a file from the FTP server and write it to the given stream.
(Inherited from ExFTPConnection.)
Public methodEndChangeGroup
[SFTP Only] Completes the asynchronous operation started in BeginChangeGroup(Int32, String, AsyncCallback, Object).
Public methodEndChangeMode
[SFTP Only] Completes the asynchronous operation started in BeginChangeMode(String, String, AsyncCallback, Object).
Public methodEndChangeOwner
[SFTP Only] Completes the asynchronous operation started in BeginChangeOwner(Int32, String, AsyncCallback, Object).
Public methodEndChangeWorkingDirectory
Completes the asynchronous operation started in BeginChangeWorkingDirectory(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndChangeWorkingDirectoryUp
Completes the asynchronous operation started in BeginChangeWorkingDirectoryUp(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndClose
Completes the asynchronous operation started in BeginClose(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndConnect
Completes the asynchronous operation started in BeginConnect(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndCreateDirectory
Completes the asynchronous operation started in BeginCreateDirectory(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndCreateSymbolicLink
[SFTP Only] Completes the asynchronous operation started in BeginCreateSymbolicLink(String, String, AsyncCallback, Object).
Public methodEndDeleteDirectory
Completes the asynchronous operation started in BeginDeleteDirectory(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndDeleteDirectoryTree
Completes the asynchronous operation started in BeginDeleteDirectoryTree(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndDeleteFile
Completes the asynchronous operation started in BeginDeleteFile(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndDeleteMultipleFiles
Completes the asynchronous operation started in one of the BeginDeleteMultipleFiles methods.
(Inherited from ExFTPConnection.)
Public methodEndDirectoryExists
Completes the asynchronous operation started in BeginDirectoryExists(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndDownloadByteArray
Completes the asynchronous operation started in BeginDownloadByteArray(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndDownloadDirectory
Completes the asynchronous operation started in one of the BeginDownloadFile methods.
(Inherited from ExFTPConnection.)
Public methodEndDownloadFile
Completes the asynchronous operation started in BeginDownloadFile(String, String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndDownloadMultiple
Completes the asynchronous operation started in one of the BeginDownloadMultiple methods.
(Inherited from ExFTPConnection.)
Public methodEndDownloadStream
Completes the asynchronous operation started in BeginDownloadStream(Stream, String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndExists
Completes the asynchronous operation started in BeginExists(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndGetCommandHelp
[FTP/FTPS Only] Completes the asynchronous operation started in BeginGetCommandHelp(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndGetFeatures
[FTP/FTPS Only] Completes the asynchronous operation started in BeginGetFeatures(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndGetFileInfos
Completes the asynchronous operation started in one of the BeginGetFileInfos methods.
(Inherited from ExFTPConnection.)
Public methodEndGetFiles
Completes the asynchronous operation started in one of the BeginGetFiles methods.
(Inherited from ExFTPConnection.)
Public methodEndGetLastWriteTime
Completes the asynchronous operation started in BeginGetLastWriteTime(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndGetSize
Completes the asynchronous operation started in BeginGetSize(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndGetSystemType
[FTP/FTPS Only] Completes the asynchronous operation started in BeginGetSystemType(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndGetWorkingDirectory Obsolete.
Completes the asynchronous operation started in BeginGetWorkingDirectory(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndInvokeCommandSSH
[SFTP Only] Completes the asynchronous operation started in BeginInvokeCommandSSH(String, array<String>[]()[][], AsyncCallback, Object).
Public methodEndInvokeFTPCommand
[FTP/FTPS Only] Completes the asynchronous operation started in BeginInvokeFTPCommand(String, array<String>[]()[][], AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndInvokeSiteCommand
[FTP/FTPS Only] Completes the asynchronous operation started in BeginInvokeFTPCommand(String, array<String>[]()[][], AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndLogin
[FTP/FTPS Only] Completes the asynchronous operation started in BeginLogin(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndRenameFile
Completes the asynchronous operation started in BeginRenameFile(String, String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndResumeTransfer
Completes the asynchronous operation started in BeginResumeTransfer(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndSendPassword
[FTP/FTPS Only] Completes the asynchronous operation started in BeginSendPassword(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndSendUserName
[FTP/FTPS Only] Completes the asynchronous operation started in BeginSendUserName(String, AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndSynchronize
Completes the asynchronous operation started in BeginSynchronize(AsyncCallback, Object).
(Inherited from ExFTPConnection.)
Public methodEndTransferFileFXP
Completes the asynchronous operation started in the BeginTransferFileFXP method.
(Inherited from ExFTPConnection.)
Public methodEndUploadByteArray
Completes the asynchronous operation started in one of the BeginUploadByteArray methods.
(Inherited from ExFTPConnection.)
Public methodEndUploadDirectory
Completes the asynchronous operation started in one of the BeginUploadFile methods.
(Inherited from ExFTPConnection.)
Public methodEndUploadFile
Completes the asynchronous operation started in one of the BeginUploadFile methods.
(Inherited from ExFTPConnection.)
Public methodEndUploadMultiple
Completes the asynchronous operation started in one of the BeginUploadMultiple methods.
(Inherited from ExFTPConnection.)
Public methodEndUploadStream
Completes the asynchronous operation started in one of the BeginUploadStream methods.
(Inherited from ExFTPConnection.)
Public methodEquals (Inherited from Object.)
Public methodExists
Checks for the existence of a file on the server.
(Inherited from ExFTPConnection.)
Protected methodFinalize (Inherited from Component.)
Protected methodftpClient_BytesTransferred
Event-handler for BytesTransferred events received from IFileTransferClients.
(Inherited from FTPConnection.)
Protected methodftpClient_CommandSent
Event-handler for [!:IFileTransferClient.CommandSent] events received from IFileTransferClients.
(Inherited from FTPConnection.)
Protected methodftpClient_ReplyReceived
Remember the time so that we don't send keep-alives unnecessarily.
(Inherited from ExFTPConnection.)
Public methodGetCommandHelp
Get the help text for the specified FTP command.
(Inherited from ExFTPConnection.)
Public methodGetFeatures
Get the server supplied features.
(Inherited from ExFTPConnection.)
Public methodGetFileInfos()()()()
Returns the working directory's contents as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodGetFileInfos(String)
Returns the given directory's contents as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodGetFileInfos(String, Boolean)
Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
(Inherited from ExFTPConnection.)
Public methodGetFileInfos(String, FTPFileCallback)
Returns the given directory's contents as an array of FTPFile objects.
(Inherited from FTPConnection.)
Public methodGetFileInfos(String, String, Boolean)
Returns the files in the given directory that match the wildcard, and optionally that of its subdirectories.
(Inherited from ExFTPConnection.)
Public methodGetFiles()()()()
Lists current working directory's contents as an array of strings of file-names.
(Inherited from ExFTPConnection.)
Public methodGetFiles(String)
List the given directory's contents as an array of strings of file-names.
(Inherited from ExFTPConnection.)
Public methodGetFiles(String, Boolean)
List the given directory's contents as an array of strings of file-names or full file details.
(Inherited from ExFTPConnection.)
Public methodGetHashCode
Returns hash-code for this connection.
(Inherited from FTPConnection.)
Public methodGetLastWriteTime
Get modification time for a remote file.
(Inherited from ExFTPConnection.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ExFTPConnection.)
Public methodGetSchema
This method is only included to satisfy the IXmlSerializable interface. It returns null.
(Inherited from ExFTPConnection.)
Protected methodGetService (Inherited from Component.)
Public methodGetSize
Get the size of a remote file.
(Inherited from ExFTPConnection.)
Public methodGetSystemType
Get the type of the operating system at the server.
(Inherited from ExFTPConnection.)
Public methodGetType (Inherited from Object.)
Public methodGetURL()()()()
Returns a URL corresponding to the current state of this SecureFTPConnection.
(Overrides FTPConnection..::..GetURL()()()().)
Public methodGetURL(Boolean, Boolean, Boolean)
Returns a URL corresponding to the current state of this SecureFTPConnection. The URL optionally includes the directory, user-name and password.
(Overrides FTPConnection..::..GetURL(Boolean, Boolean, Boolean).)
Public methodGetWorkingDirectory Obsolete.
Returns the working directory on the server.
(Inherited from ExFTPConnection.)
Public methodGetXml
Returns a string containing an XML representation of the current instance.
(Inherited from ExFTPConnection.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodInvokeCommandSSH
Invokes the given literal command on the server.
Protected methodInvokeDelegate
Invokes the given delegate.
(Inherited from FTPConnection.)
Protected methodInvokeEventHandler(Delegate, Object, EventArgs)
Invokes the given event-handlers (on the GUI thread if possible).
(Inherited from ExFTPConnection.)
Protected methodInvokeEventHandler(Boolean, Delegate, Object, EventArgs)
Invokes the given event-handlers (on the GUI thread if possible).
(Inherited from ExFTPConnection.)
Protected methodInvokeEventHandler(Boolean, Boolean, Delegate, Object, EventArgs)
Invokes the given event-handlers (on the GUI thread if possible).
(Inherited from ExFTPConnection.)
Public methodInvokeFTPCommand
Invokes the given literal FTP command on the server.
(Inherited from ExFTPConnection.)
Public methodInvokeSiteCommand
Invokes the given site command on the server.
(Inherited from ExFTPConnection.)
Public methodLinkComponent (Inherited from FTPConnection.)
Public methodLoad(Stream)
Loads properties from the given Stream.
(Inherited from ExFTPConnection.)
Public methodLoad(String)
Loads properties from the given file.
(Inherited from ExFTPConnection.)
Public methodLogin
Log into an account on the FTP server using UserName and Password.
(Inherited from ExFTPConnection.)
Protected methodMemberwiseClone()()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected methodNewSite
INTERNAL USE ONLY.
(Overrides ExFTPConnection..::..NewSite()()()().)
Protected methodOnBytesTransferred
Called every time a specified number of bytes of data have been transferred.
(Inherited from FTPConnection.)
Protected methodOnChangedLocalDirectory
Called when the local directory has been changed.
(Inherited from FTPConnection.)
Protected methodOnChangedServerDirectory
Called when the server directory has been changed.
(Inherited from FTPConnection.)
Protected methodOnChangingLocalDirectory
Called when the local directory is about to be changed.
(Inherited from FTPConnection.)
Protected methodOnChangingServerDirectory
Called when the server directory is about to be changed.
(Inherited from FTPConnection.)
Protected methodOnClosed()()()() Obsolete.
Called when a connection has closed.
(Inherited from FTPConnection.)
Protected methodOnClosed(Exception)
Called when a connection has closed.
(Inherited from FTPConnection.)
Protected methodOnClosing()()()() Obsolete.
Called when a connection is about to close.
(Inherited from FTPConnection.)
Protected methodOnClosing(Exception)
Stop the keep-alive thread then call base.
(Inherited from ExFTPConnection.)
Protected methodOnConnected(Exception)
Call base then start the keep-alive thread.
(Inherited from ExFTPConnection.)
Protected methodOnConnected(Boolean) Obsolete.
Called when a connection-attempt has completed.
(Inherited from FTPConnection.)
Protected methodOnConnecting
Called when a connection-attempt is being made.
(Inherited from FTPConnection.)
Protected methodOnCreatedDirectory
Called when a directory has been created.
(Inherited from FTPConnection.)
Protected methodOnCreatingDirectory
Called when a directory is about to be created.
(Inherited from FTPConnection.)
Protected methodOnDeleted
Called when a file deletion operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnDeletedDirectory
Called when a directory has been deleted.
(Inherited from FTPConnection.)
Protected methodOnDeleting
Called when a file is about to be deleted.
(Inherited from FTPConnection.)
Protected methodOnDeletingDirectory
Called when a directory is about to be deleted.
(Inherited from FTPConnection.)
Protected methodOnDirectoryListed
Called when a directory listing has been retrieved.
(Inherited from FTPConnection.)
Protected methodOnDirectoryListing
Called when a directory listing is about to be retrieved.
(Inherited from FTPConnection.)
Protected methodOnDownloaded(array<Byte>[]()[][], String, Int64, Exception, Int64, DateTime)
Called when a file downloading operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnDownloaded(Stream, String, Int64, Exception, Int64, DateTime)
Called when a file downloading operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnDownloaded(String, String, Int64, Boolean, Exception, Int64, DateTime)
Called when a file downloading operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnDownloading(String, Int64%, DateTime%)
Called when a file is about to be downloaded.
(Inherited from FTPConnection.)
Protected methodOnDownloading(Stream, String, Int64, Int64%, DateTime%)
Called when a file is about to be downloaded.
(Inherited from FTPConnection.)
Protected methodOnDownloading(String%, String, Boolean%, Int64%, DateTime%)
Called when a file is about to be downloaded.
(Inherited from FTPConnection.)
Protected methodOnError (Inherited from ExFTPConnection.)
Protected methodOnLoggedIn
Called when the client has logged in.
(Inherited from FTPConnection.)
Protected methodOnLoggingIn
Called when the client is about to log in.
(Inherited from FTPConnection.)
Protected methodOnPropertyChanged
Called when a property has been changed.
(Inherited from ExFTPConnection.)
Protected methodOnProxySettingsChanged
Called when one of the properties of ProxySettings has changed.
(Inherited from ExFTPConnection.)
Protected methodOnRenamed
Called when a file has been renamed.
(Inherited from FTPConnection.)
Protected methodOnRenaming
Called when a file is about to be renamed.
(Inherited from FTPConnection.)
Protected methodOnSecuredConnection
Called when security has been negotiated on the connection (control channel).
Protected methodOnSecuringConnection
Called when security is being negotiated on the connection (control channel).
Protected methodOnSynchronized
Called after synchronization ends.
(Inherited from ExFTPConnection.)
Protected methodOnSynchronizing
Called before synchronization begins.
(Inherited from ExFTPConnection.)
Protected methodOnSynchronizingFile
Called when a file is about to be synchronized.
(Inherited from ExFTPConnection.)
Protected methodOnTaskCancelled
Called when a task has been cancelled.
(Inherited from ExFTPConnection.)
Protected methodOnTaskCompleted
Called just after a task is run.
(Inherited from ExFTPConnection.)
Protected methodOnTaskQueued
Called when a new task is queued.
(Inherited from ExFTPConnection.)
Protected methodOnTaskRunning
Called just before a task is run.
(Inherited from ExFTPConnection.)
Protected methodOnUploaded(array<Byte>[]()[][], String, Int64, Boolean, Exception)
Called when a file uploading operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnUploaded(String, String, Int64, WriteMode, Exception)
Called when a file uploading operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnUploaded(Stream, Int64, String, Boolean, Exception, Int64)
Called when a file uploading operation has completed (though it may have been cancelled).
(Inherited from FTPConnection.)
Protected methodOnUploaded(String, String, Int64, Boolean, Boolean, Exception) Obsolete. (Inherited from FTPConnection.)
Protected methodOnUploading(array<Byte>[]()[][], String%, Boolean%)
Called when a byte-array is about to be uploaded.
(Inherited from FTPConnection.)
Protected methodOnUploading(String, String%, WriteMode%)
Called when a file is about to be uploaded.
(Inherited from FTPConnection.)
Protected methodOnUploading(Stream, String%, Boolean%, Int64%)
Called when a stream is about to be uploaded.
(Inherited from FTPConnection.)
Protected methodParseXml (Overrides ExFTPConnection..::..ParseXml(XmlElement).)
Protected methodPerformAutoLogin
Attempt to log into the server if AutoLogin is on.
(Inherited from ExFTPConnection.)
Public methodPostLogin
Called after the user has been successfully logged in.
(Overrides ExFTPConnection..::..PostLogin()()()().)
Protected methodRaiseBytesTransferred
Raise the BytesTransferred event.
(Inherited from FTPConnection.)
Protected methodRaiseClosed
Raise the Closed event.
(Inherited from FTPConnection.)
Protected methodRaiseClosing
Raise the Closing event.
(Inherited from FTPConnection.)
Protected methodRaiseCommandSent
Raise the CommandSent event.
(Inherited from FTPConnection.)
Protected methodRaiseConnected
Raise the Connected event.
(Inherited from FTPConnection.)
Protected methodRaiseConnecting
Raise the Connecting event.
(Inherited from FTPConnection.)
Protected methodRaiseCreatedDirectory
Raise the CreatedDirectory event.
(Inherited from FTPConnection.)
Protected methodRaiseCreatingDirectory
Raise the CreatingDirectory event.
(Inherited from FTPConnection.)
Protected methodRaiseDeleted
Raise the Deleted event.
(Inherited from FTPConnection.)
Protected methodRaiseDeletedDirectory
Raise the DeletedDirectory event.
(Inherited from FTPConnection.)
Protected methodRaiseDeleting
Raise the Deleting event.
(Inherited from FTPConnection.)
Protected methodRaiseDeletingDirectory
Raise the DeletingDirectory event.
(Inherited from FTPConnection.)
Protected methodRaiseDirectoryChanged
Raise the DirectoryChanged event.
(Inherited from FTPConnection.)
Protected methodRaiseDirectoryChanging
Raise the DirectoryChanging event.
(Inherited from FTPConnection.)
Protected methodRaiseDirectoryListed
Raise the DirectoryListed event.
(Inherited from FTPConnection.)
Protected methodRaiseDirectoryListing
Raise the DirectoryListing event.
(Inherited from FTPConnection.)
Protected methodRaiseDownloaded
Raise the Downloaded event.
(Inherited from FTPConnection.)
Protected methodRaiseDownloading
Raise the Downloading event.
(Inherited from FTPConnection.)
Protected methodRaiseError
Raise the Error event.
(Inherited from ExFTPConnection.)
Protected methodRaiseLocalDirectoryChanged
Raise the LocalDirectoryChanged event.
(Inherited from FTPConnection.)
Protected methodRaiseLocalDirectoryChanging
Raise the LocalDirectoryChanging event.
(Inherited from FTPConnection.)
Protected methodRaiseLoggedIn
Raise the LoggedIn event.
(Inherited from FTPConnection.)
Protected methodRaiseLoggingIn
Raise the LoggingIn event.
(Inherited from FTPConnection.)
Protected methodRaisePropertiesLoaded
Raise the PropertiesLoaded event.
(Inherited from ExFTPConnection.)
Protected methodRaisePropertiesSaved
Raise the PropertiesSaved event.
(Inherited from ExFTPConnection.)
Protected methodRaisePropertyChanged
Raise the PropertyChanged event.
(Inherited from FTPConnection.)
Protected methodRaiseRenamedFile
Raise the RenamedFile event.
(Inherited from FTPConnection.)
Protected methodRaiseRenamingFile
Raise the RenamingFile event.
(Inherited from FTPConnection.)
Protected methodRaiseReplyReceived
Raise the ReplyReceived event.
(Inherited from FTPConnection.)
Protected methodRaiseSecuredConnection
Raise the SecuredConnection event.
Protected methodRaiseSecuringConnection
Raise the SecuringConnection event.
Protected methodRaiseServerDirectoryChanged
Raise the ServerDirectoryChanged event.
(Inherited from FTPConnection.)
Protected methodRaiseServerDirectoryChanging
Raise the ServerDirectoryChanging event.
(Inherited from FTPConnection.)
Protected methodRaiseSynchronized
Raise the Synchronized event.
(Inherited from ExFTPConnection.)
Protected methodRaiseSynchronizing
Raise the Synchronizing event.
(Inherited from ExFTPConnection.)
Protected methodRaiseSynchronizingFile
Raise the SynchronizingFile event.
(Inherited from ExFTPConnection.)
Protected methodRaiseTaskCancelledEvent
Raise the TaskCancelled event.
(Inherited from ExFTPConnection.)
Protected methodRaiseTaskCompletedEvent
Raise the TaskCompleted event.
(Inherited from ExFTPConnection.)
Protected methodRaiseTaskQueuedEvent
Raise the TaskQueued event.
(Inherited from ExFTPConnection.)
Protected methodRaiseTaskRunningEvent
Raise the TaskCompleted event.
(Inherited from ExFTPConnection.)
Protected methodRaiseUploaded
Raise the Uploaded event.
(Inherited from FTPConnection.)
Protected methodRaiseUploading
Raise the Uploading event.
(Inherited from FTPConnection.)
Protected methodRaiseValidatingServer
Raise the ValidatingServer event.
Public methodReadXml(String)
Initializes a connection the given XML representation.
(Inherited from ExFTPConnection.)
Public methodReadXml(XmlDocument)
Initializes a connection from its XML representation.
(Inherited from ExFTPConnection.)
Public methodReadXml(XmlReader)
Initializes a connection from its XML representation.
(Inherited from ExFTPConnection.)
Protected methodRelativePathToAbsolute
Combines a relative path with an absolute path.
(Inherited from FTPConnection.)
Public methodRenameFile
Rename a file or directory.
(Inherited from ExFTPConnection.)
Public methodResumeNextDownload
Make the next download resume at a specific point.
(Inherited from ExFTPConnection.)
Public methodResumeNextTransfer
Make the next file transfer (upload or download) resume.
(Inherited from ExFTPConnection.)
Public methodResumeTransfer Obsolete.
Make the next file transfer (upload or download) resume.
(Inherited from ExFTPConnection.)
Public methodSave(Stream)
Saves the properties of the current connection in the given Stream.
(Inherited from ExFTPConnection.)
Public methodSave(String)
Saves the properties of the current connection in the given file.
(Inherited from ExFTPConnection.)
Public methodSecureConnection
[FTP/FTPS Only] Switches an explicit FTPS connection to secure mode.
Public methodSendAccountInfo
Supply account info to the FTP server.
(Inherited from FTPConnection.)
Public methodSendPassword
Supply the password for the previously supplied user-name to log into the FTP server. Must be preceeded by the SendUserName(String) method
(Inherited from ExFTPConnection.)
Public methodSendUserName
Supply the user-name to log into an account on the FTP server. Must be followed by the SendPassword(String) method.
(Inherited from ExFTPConnection.)
Public methodSetLastWriteTime
Set modification time for a remote file.
(Inherited from FTPConnection.)
Public methodShowSocksProxyEditor
Displays the proxy settings editor as a modal dialog or as a window.
Protected methodSyncDownloadFile
INTERNAL USE ONLY
(Inherited from ExFTPConnection.)
Protected methodSyncDownloadMultiple(String, FileFilter)
INTERNAL USE ONLY
(Inherited from ExFTPConnection.)
Protected methodSyncDownloadMultiple(String, String)
INTERNAL USE ONLY
(Inherited from ExFTPConnection.)
Protected methodSyncDownloadMultiple(String, String, FileFilter, Boolean)
INTERNAL USE ONLY
(Inherited from ExFTPConnection.)
Protected methodSyncDownloadMultiple(String, String, String, Boolean)
INTERNAL USE ONLY
(Inherited from ExFTPConnection.)
Public methodSynchronize()()()()
Synchronizes [!:LocalDirectory] on the local machine with [!:ServerDirectory] according to the synchronization rules in DefaultSyncRules.
(Inherited from ExFTPConnection.)
Public methodSynchronize(FTPSyncRules)
Synchronizes [!:LocalDirectory] on the local machine with [!:ServerDirectory] according to the given synchronization rules.
(Inherited from ExFTPConnection.)
Public methodSynchronize(String, String)
Synchronizes the given local directory with the given remote directory according to the synchronization rules in DefaultSyncRules.
(Inherited from ExFTPConnection.)
Public methodSynchronize(String, String, FTPSyncRules)
Synchronizes the given local directory with the given remote directory according to the given synchronization rules.
(Inherited from ExFTPConnection.)
Protected methodSyncUploadFile
INTERNAL USE ONLY.
(Inherited from ExFTPConnection.)
Protected methodSyncUploadMultiple(String, FileFilter)
INTERNAL USE ONLY.
(Inherited from ExFTPConnection.)
Protected methodSyncUploadMultiple(String, String)
INTERNAL USE ONLY.
(Inherited from ExFTPConnection.)
Protected methodSyncUploadMultiple(String, String, FileFilter, Boolean)
INTERNAL USE ONLY.
(Inherited from ExFTPConnection.)
Protected methodSyncUploadMultiple(String, String, String, Boolean)
INTERNAL USE ONLY.
(Inherited from ExFTPConnection.)
Public methodTestConnection
Test if the connection is still alive. If not then call Close so that events occur as they should.
(Inherited from ExFTPConnection.)
Public methodToString
Returns a string representation of the connection.
(Inherited from FTPConnection.)
Public methodTransferFileFXP
Transfer a file between FTP servers using FXP.
(Inherited from ExFTPConnection.)
Public methodUnlock
Unlock the software for use. This method should be used when a configuration file isn't available
(Overrides ExFTPConnection..::..Unlock(String, String).)
Public methodUploadByteArray(array<Byte>[]()[][], String)
Upload an array of bytes to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodUploadByteArray(array<Byte>[]()[][], String, Boolean)
Upload data to the FTP server in the current working directory. Allows appending if current file exists.
(Inherited from ExFTPConnection.)
Public methodUploadDirectory
Uploads the local directory (and its subdirectories) to the remote directory.
(Inherited from ExFTPConnection.)
Public methodUploadFile(String, String)
Upload a local file to the FTP server in the current working directory.
(Inherited from FTPConnection.)
Public methodUploadFile(String, String, Boolean) Obsolete.
Upload a local file to the FTP server in the current working directory. Allows appending if current file exists.
(Inherited from ExFTPConnection.)
Public methodUploadFile(String, String, WriteMode)
Upload a local file to the FTP server in the current working directory. Allows appending if current file exists.
(Inherited from FTPConnection.)
Public methodUploadMultiple(String, FileFilter)
Put multiple files from the specified local directory into the current remote directory.
(Inherited from ExFTPConnection.)
Public methodUploadMultiple(String, String)
Put multiple files from the specified local directory into the current remote directory.
(Inherited from ExFTPConnection.)
Public methodUploadMultiple(String, String, FileFilter, Boolean)
Put multiple files from the specified local directory into the specified remote directory.
(Inherited from ExFTPConnection.)
Public methodUploadMultiple(String, String, String, Boolean)
Put multiple files from the specified local directory into the specified remote directory.
(Inherited from ExFTPConnection.)
Public methodUploadStream(Stream, String)
Upload a stream of data to the FTP server in the current working directory.
(Inherited from ExFTPConnection.)
Public methodUploadStream(Stream, String, Boolean)
Upload a stream of data to the FTP server in the current working directory. Allows appending if current file exists.
(Inherited from ExFTPConnection.)
Public methodWriteXml (Overrides ExFTPConnection..::..WriteXml(XmlWriter).)

Fields

  NameDescription
Protected fieldaccountInfoStr
Account information string, for use in FTP/FTPS with the ACCT command.
(Inherited from FTPConnection.)
Protected fieldareEventsEnabled
Determines if events will be fired.
(Inherited from FTPConnection.)
Protected fieldclientLock
Used for locking connection.
(Inherited from FTPConnection.)
Protected fieldcompressionPreferred_
Is compression preferred?
(Inherited from ExFTPConnection.)
Protected fieldfileTransferType
Record of the transfer type - make the default ASCII.
(Inherited from FTPConnection.)
Protected fieldftpClient
Instance of FTPClient.
(Inherited from FTPConnection.)
Protected fieldftpType
Protocol used.
(Inherited from FTPConnection.)
Protected fieldguiControl
Reference to the main window.
(Inherited from FTPConnection.)
Protected fieldhaveQueriedForControl
Flag used to remember whether or not we've tried to find the main window yet.
(Inherited from FTPConnection.)
Protected fieldhomeDir
User's home directory on the server.
(Inherited from FTPConnection.)
Protected fieldhttpClient
Reference to HttpClient which does all the HTTP work.
(Inherited from ExFTPConnection.)
Protected fieldisTransferringData
Determines if events will be fired.
(Inherited from FTPConnection.)
Protected fieldkey
License key.
(Inherited from ExFTPConnection.)
Protected fieldlastTransferCancel
Flag indicating that the most recent transfer-operation was cancelled
(Inherited from FTPConnection.)
Protected fieldloadingProperties
True if properties are currently being loaded.
(Inherited from ExFTPConnection.)
Protected fieldlocalDir
Current local working directory.
(Inherited from FTPConnection.)
Protected fieldloginPassword
Password to log in with.
(Inherited from FTPConnection.)
Protected fieldloginUserName
User-name to log in with.
(Inherited from FTPConnection.)
Protected fieldlogTag
Logging tag
(Inherited from FTPConnection.)
Protected fieldowner
License owner.
(Inherited from ExFTPConnection.)
Protected fieldremoteDir
Current remote working directory.
(Inherited from FTPConnection.)
Protected fielduseAutoFeatures
Determines if the components will automatically send the FEAT command after logging in.
(Inherited from FTPConnection.)
Protected fielduseAutoLogin
Determines if the components will automatically log in upon connection.
(Inherited from FTPConnection.)
Protected fielduseGuiThread
Flag indicating whether or not event-handlers will run on the GUI thread if one is available.
(Inherited from FTPConnection.)

Properties

  NameDescription
Public propertyAccountInfo
Account information string.
(Inherited from FTPConnection.)
Protected propertyActiveClient
Reference to the currently active IFileTransferClient.
(Inherited from FTPConnection.)
Public propertyActivePortRange
Specifies the range of ports to be used for data-channels in active mode.
(Inherited from FTPConnection.)
Public propertyAuthenticationMethod
[SFTP/SCP Only] The current authentication method being used.
Public propertyAutoFeatures
Determines if the component will automatically send the FEAT command.
(Inherited from FTPConnection.)
Public propertyAutoLogin
Determines if the component will automatically log in upon connection.
(Inherited from FTPConnection.)
Public propertyAutoPassiveIPSubstitution
Use AutoPassiveIPSubstitution to ensure that data-socket connections are made to the same IP address that the control socket is connected to.
(Inherited from FTPConnection.)
Public propertyAutoSecure
[FTPS Only] Determines if the component will automatically switch to SSL/TLS upon connection when using FTPS.
Public propertyBuildTimestamp
The assembly's build timestamp.
(Inherited from FTPConnection.)
Public propertyCacheListings
Cache directory listings.
(Inherited from ExFTPConnection.)
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyCipherSuites
[FTPS Only] Get/sets the cipher-suites permissible during establishment of a secure connection.
Public propertyClientCertificate
[FTPS Only] The certificate to be presented to the server.
Public propertyClientPrivateKeyBytes
[SFTP/SCP Only] Byte array containing the private key used to authenticate the client in SFTP/SCP.
Public propertyClientPrivateKeyFile
[SFTP/SCP Only] Path of the private key file used to authenticate the client in SFTP/SCP.
Public propertyClientPrivateKeyPassphrase
[SFTP/SCP Only] Passphrase of the private key file used to authenticate the client in SFTP/SCP.
Public propertyCloseStreamsAfterTransfer
Determines if transfer-methods taking Streams as arguments should close the stream once the transfer is completed.
(Overrides ExFTPConnection..::..CloseStreamsAfterTransfer.)
Public propertyCommandEncoding
The character-encoding to use when dealing with file- and directory-paths.
(Overrides ExFTPConnection..::..CommandEncoding.)
Public propertyCompressionPreferred
Flag to enable or disable compression for FTP/FTPS/SFTP transfers.
(Overrides ExFTPConnection..::..CompressionPreferred.)
Public propertyConcurrentTransferSettings
Settings for concurrent transfers. Off by default.
(Inherited from ExFTPConnection.)
Public propertyConnectMode
The connection-mode (passive or active) of data-channels.
(Inherited from FTPConnection.)
Public propertyContainer (Inherited from Component.)
Public propertyDataEncoding
The character-encoding to use for transferring data in ASCII mode.
(Inherited from ExFTPConnection.)
Public propertyDefaultPermissions
[SFTP Only] The default file creation mode permissions (in octal).
Public propertyDefaultSyncRules
Rules that are used during synchronization operations when no other rules are specified.
(Inherited from ExFTPConnection.)
Public propertyDeleteOnFailure
Controls whether or not a file is deleted when a failure occurs.
(Overrides ExFTPConnection..::..DeleteOnFailure.)
Protected propertyDesignMode (Inherited from Component.)
Public propertyDetectTransferMode
Determines whether the transfer mode in operations involving multiple files is automatically changed between ASCII and binary as appropriate.
(Inherited from ExFTPConnection.)
Public propertyDirectoryEmptyMessages
Holds fragments of server messages that indicate a directory is empty.
(Inherited from FTPConnection.)
Protected propertyEvents (Inherited from Component.)
Public propertyEventsEnabled
Determines whether or not events are currently enabled.
(Inherited from FTPConnection.)
Protected propertyExActiveClient
Reference to the currently active IExFileTransferClient.
(Inherited from ExFTPConnection.)
Public propertyFileInfoParser
Override the chosen file factory with a user created one - meaning that a specific parser has been selected
(Inherited from FTPConnection.)
Public propertyFileNotFoundMessages
Holds fragments of server messages that indicate a file was not found
(Inherited from FTPConnection.)
Public propertyFilePathEncoding Obsolete.
The character-encoding to use when dealing with file- and directory-paths.
(Inherited from FTPConnection.)
Public propertyForceConnectModeExtensions
Force the use of EPRT and EPSV extensions even for IPv4
(Inherited from ExFTPConnection.)
Public propertyHomeDirectory
The server-side directory that the client is in immediately after connecting.
(Inherited from FTPConnection.)
Public propertyIntegrityCheckTransfers
Control integrity checking after file transfers.
(Inherited from ExFTPConnection.)
Public propertyIsConnected
Indicates whether the FTP client is currently connected with the server.
(Inherited from FTPConnection.)
Public propertyIsTransferring
Indicates whether or not a synchronous or asynchronous transfer is currently under way.
(Inherited from ExFTPConnection.)
Public propertyKBIPrompts
[SFTP/SCP Only] Array of prompts used for keyboard interactive (KBI) authentication.
Public propertyKeepAliveIdle
Flag to enable the use of keep alive messages, which are sent to keep the connection alive when no activity is occurring.
(Inherited from ExFTPConnection.)
Public propertyKeepAlivePeriodSecs
Period (in seconds) at which the client contacts the server so that the connection doesn't time out.
(Inherited from ExFTPConnection.)
Public propertyKeepAliveTransfer
Flag to enable the use of keep alive messages during data transfers.
(Inherited from ExFTPConnection.)
Public propertyKnownHosts
[SFTP/SCP Only] Manager of the list of known hosts used to authenticate the server.
Public propertyLastTransferCancelled
Indicates whether or not the most recent transfer was cancelled.
(Inherited from FTPConnection.)
Public propertyLastValidReply
The latest valid reply from the server.
(Inherited from FTPConnection.)
Public propertyLicenseKey
The license key string.
(Overrides ExFTPConnection..::..LicenseKey.)
Public propertyLicenseOwner
The license owner string.
(Overrides ExFTPConnection..::..LicenseOwner.)
Public propertyLocalDirectory
The working directory on the local file-system into which files are downloaded.
(Inherited from FTPConnection.)
Public propertyLogTag
Log tag
(Overrides FTPConnection..::..LogTag.)
Public propertyMaxSSLVersion
[FTPS Only] Maximum SSL/TLS version to use.
Public propertyMaxTransferRate
The maximum transfer rate in bytes per sec. Set to -1 or 0 for no bandwidth limiting.
(Overrides ExFTPConnection..::..MaxTransferRate.)
Public propertyMinSSLVersion
[FTPS Only] Minimum SSL/TLS version to use.
Public propertyMultiTransferCountBeforeSleep
Number of transfers before "sleeping" during multiple FTP/FTPS data transfers.
(Inherited from ExFTPConnection.)
Public propertyMultiTransferSleepEnabled
Determines whether or not "sleeping" is enabled during multiple FTP/FTPS data transfers.
(Inherited from ExFTPConnection.)
Public propertyMultiTransferSleepTime
Number of seconds spent "sleeping" during multiple FTP/FTPS data transfers.
(Inherited from ExFTPConnection.)
Public propertyName
Name of this component.
(Inherited from FTPConnection.)
Public propertyParallelTransferMode
[SFTP Only] Controls if parallel mode transfers are enabled.
Public propertyParentControl
Reference to Windows Forms controls (if available).
(Inherited from FTPConnection.)
Public propertyParsingCulture
The culture for parsing file listings.
(Inherited from FTPConnection.)
Public propertyPassword
Password of account on the server.
(Overrides ExFTPConnection..::..Password.)
Public propertyPreferredCipherAlgorithms
[SFTP/SCP Only] Preferred algorithm(s) to use for encryption
Public propertyPreferredCompressionAlgorithms
[SFTP/SCP Only] Preferred algorithm(s) to use for compression
Public propertyPreferredHostKeyAlgorithms
[SFTP/SCP Only] Preferred algorithm(s) to use for server authentication via public key
Public propertyPreferredKeyExchangeMethods
[SFTP/SCP Only] Preferred key exchange methods to use
Public propertyPreferredMACAlgorithms
[SFTP/SCP Only] Preferred MAC algorithm(s) to use
Public propertyProtocol
Type of secure FTP to use.
(Overrides ExFTPConnection..::..Protocol.)
Public propertyProxySettings
Settings for using proxies.
(Overrides ExFTPConnection..::..ProxySettings.)
Public propertyPublicIPAddress
IP address of the client as the server sees it.
(Inherited from FTPConnection.)
Public propertyRetryAuthentication
[SFTP/SCP Only] PBy default, authentication is retried automatically using a different method if it fails.
Public propertyRetryCount
Number of times to retry a failing file-transfer before giving up.
(Inherited from ExFTPConnection.)
Public propertyRetryDelay
Milliseconds to wait for before retrying a failing file-transfer (if RetryCount>0).
(Inherited from ExFTPConnection.)
Public propertySecureFTPType Obsolete.
This property has been deprecated. Please use Protocol.
Public propertySendInitialWindowAdjust
[SFTP/SCP Only] Determines whether a SSH_MSG_CHANNEL_WINDOW_ADJUST message should be sent initially.
Public propertyServerAddress
The domain-name or IP address of the FTP server.
(Overrides ExFTPConnection..::..ServerAddress.)
Public propertyServerCertificate
[FTPS Only] The certificate presented by the server.
Public propertyServerCommonName
[FTPS Only] The name to be used when performing a name-check during the validation of the server certificate.
Public propertyServerCompatibility
[SFTP/FTPS] Controls various server security compatibility features.
Public propertyServerDirectory
The initial/current working directory on the server.
(Inherited from FTPConnection.)
Public propertyServerLineTerminator
[SFTP Only] Server line terminator to use for ASCII translation
Public propertyServerPort
The port on the server to which to connect the control-channel.
(Overrides ExFTPConnection..::..ServerPort.)
Public propertyServerValidation
[SFTP/FTPS] Method by which the server's certificate or public key is validated.
Public propertyServerValidationCertificate
[FTPS Only] Certificate used to validate the certificate presented by the server.
Public propertyShowHiddenFiles
Include hidden files in operations that involve listing of directories, and if supported by the server (FTP and FTPS).
(Overrides FTPConnection..::..ShowHiddenFiles.)
Public propertySite (Inherited from FTPConnection.)
Public propertySocksProxySettings Obsolete.
Settings for SOCKS proxy.
(Overrides ExFTPConnection..::..SocksProxySettings.)
Public propertySSHMaxPacketSize
[SFTP/SCP Only] SSH maximum packet size.
Public propertySSHWindowSize
[SFTP/SCP Only] SSH maximum local window size.
Public propertySSLVersion Obsolete.
[FTPS Only] Minimum SSL/TLS version to use.
Public propertyStrictReturnCodes
Controls whether or not checking of return codes is strict.
(Inherited from FTPConnection.)
Public propertySynchronizePassiveConnections
For cases where the FTP server does not properly manage PASV connections, it may be necessary to synchronize the creation of passive data sockets. It has been reported that some FTP servers (such as those at Akamai) appear to get confused when multiple FTP clients from the same IP address attempt to connect at the same time (the server sends the same port number to multiple clients).
(Inherited from FTPConnection.)
Public propertyTimeDifference
[FTP/FTPS Only] Time difference between server and client (relative to client).
(Inherited from FTPConnection.)
Public propertyTimeIncludesSeconds
[FTP/FTPS Only] Indicates whether seconds were included in the most recent directoy listing.
(Inherited from FTPConnection.)
Public propertyTimeout
TCP timeout (in milliseconds) of the underlying sockets (0 means none).
(Overrides ExFTPConnection..::..Timeout.)
Public propertyTransferBufferSize
The size of the buffers used in writing to and reading from the TCP sockets.
(Overrides ExFTPConnection..::..TransferBufferSize.)
Public propertyTransferCompleteMessages
Holds fragments of server messages that indicate a transfer completed.
(Inherited from FTPConnection.)
Public propertyTransferNotifyInterval
The number of bytes transferred between each notification of the BytesTransferred event.
(Overrides ExFTPConnection..::..TransferNotifyInterval.)
Public propertyTransferNotifyListings
By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour.
(Overrides ExFTPConnection..::..TransferNotifyListings.)
Public propertyTransferType
The current file transfer type (BINARY or ASCII).
(Inherited from FTPConnection.)
Public propertyUMask
[SFTP Only] The file creation mode mask that is applied to the default permissions to create the final permission set.
Public propertyUseClientHelloExtension
[FTPS Only] Disables or enables SSL session resumption.
Public propertyUseGuiThreadIfAvailable
Determines whether or not event-handlers will be run on the GUI thread if one is available.
(Inherited from FTPConnection.)
Public propertyUserName
User-name of account on the server.
(Overrides ExFTPConnection..::..UserName.)
Public propertyUseSessionResumption
[FTPS Only] Disables or enables SSL session resumption.
Public propertyUseUnencryptedCommands
[FTPS Only] Switches the component to using an unencrypted command channel when using FTPS.
Public propertyUseUnencryptedData
[FTPS Only] Switches the component to using an unencrypted data channel when using FTPS.
Public propertyVersion
The version of the assembly.
(Inherited from FTPConnection.)
Public propertyWelcomeMessage
Server's welcome message.
(Overrides FTPConnection..::..WelcomeMessage.)
Public propertyWorkingDirectory Obsolete.
The current working directory on the server.
(Inherited from FTPConnection.)

Events

  NameDescription
Public eventBytesTransferred
Occurs every time a specified number of bytes of data have been transferred.
(Inherited from FTPConnection.)
Public eventClosed
Occurs when the component has closed its connection to the server.
(Inherited from FTPConnection.)
Public eventClosing
Occurs when the component is about to close its connection to the server.
(Inherited from FTPConnection.)
Public eventCommandSent
Occurs when a command is sent to the server.
(Inherited from FTPConnection.)
Public eventConnected
Occurs when the component has connected to the server.
(Inherited from FTPConnection.)
Public eventConnecting
Occurs when the component is connecting to the server.
(Inherited from FTPConnection.)
Public eventCreatedDirectory
Occurs when a local directory has been created on the server.
(Inherited from FTPConnection.)
Public eventCreatingDirectory
Occurs when a directory is about to be created on the server.
(Inherited from FTPConnection.)
Public eventDeleted
Occurs when a file has been deleted from the server.
(Inherited from FTPConnection.)
Public eventDeletedDirectory
Occurs when a local directory has been deleted on the server.
(Inherited from FTPConnection.)
Public eventDeleting
Occurs when a file is about to be deleted from the server.
(Inherited from FTPConnection.)
Public eventDeletingDirectory
Occurs when a directory is about to be deleted on the server.
(Inherited from FTPConnection.)
Public eventDirectoryChanged Obsolete.
Occurs when the server directory has been changed.
(Inherited from FTPConnection.)
Public eventDirectoryChanging Obsolete.
Occurs when the server directory is about to be changed.
(Inherited from FTPConnection.)
Public eventDirectoryListed
Occurs when a directory listing operations is completed.
(Inherited from FTPConnection.)
Public eventDirectoryListing
Occurs when a directory listing operations is commenced.
(Inherited from FTPConnection.)
Public eventDisposed (Inherited from Component.)
Public eventDownloaded
Occurs when a file has been downloaded from the server.
(Inherited from FTPConnection.)
Public eventDownloading
Occurs when a file is about to be downloaded from the server.
(Inherited from FTPConnection.)
Public eventError
Occurs when an exception is thrown during an asynchronous operation.
(Inherited from ExFTPConnection.)
Public eventLocalDirectoryChanged
Occurs when the local directory has been changed.
(Inherited from FTPConnection.)
Public eventLocalDirectoryChanging
Occurs when the local directory is about to be changed.
(Inherited from FTPConnection.)
Public eventLoggedIn
Occurs when the component has logged in.
(Inherited from FTPConnection.)
Public eventLoggingIn
Occurs when the component is about to log in.
(Inherited from FTPConnection.)
Public eventPropertiesCleared
Occurs when properties are cleared via ClearProperties()()()().
(Inherited from ExFTPConnection.)
Public eventPropertiesLoaded
Occurs when properties are loaded from a file.
(Inherited from ExFTPConnection.)
Public eventPropertiesSaved
Occurs when properties are saved to a file.
(Inherited from ExFTPConnection.)
Public eventPropertyChanged
Occurs when a property is changed.
(Inherited from FTPConnection.)
Public eventRenamedFile
Occurs when a remote file has been renamed.
(Inherited from FTPConnection.)
Public eventRenamingFile
Occurs when a remote file is about to be renamed.
(Inherited from FTPConnection.)
Public eventReplyReceived
Occurs when a reply is received from the server.
(Inherited from FTPConnection.)
Public eventSecuredConnection
Occurs when the component has secured the connection to the server.
Public eventSecuringConnection
Occurs when the component is securing the connection to the server.
Public eventServerDirectoryChanged
Occurs when the server directory has been changed.
(Inherited from FTPConnection.)
Public eventServerDirectoryChanging
Occurs when the server directory is about to be changed.
(Inherited from FTPConnection.)
Public eventSynchronized
Triggered when synchronization actions have been completed.
(Inherited from ExFTPConnection.)
Public eventSynchronizing
Triggered before synchronization actions are begun.
(Inherited from ExFTPConnection.)
Public eventSynchronizingFile
Triggered when a decision is being made on how to synchronize a particular file (i.e. transfer, delete or skip).
(Inherited from ExFTPConnection.)
Public eventTaskCancelled
Occurs after an asynchronous task has been cancelled.
(Inherited from ExFTPConnection.)
Public eventTaskCompleted
Occurs after an asynchronous task has completed.
(Inherited from ExFTPConnection.)
Public eventTaskQueued
Occurs when an asynchronous task is queued.
(Inherited from ExFTPConnection.)
Public eventTaskRunning
Occurs just before an asynchronous task is about to run.
(Inherited from ExFTPConnection.)
Public eventUploaded
Occurs when a file has been uploaded to the server.
(Inherited from FTPConnection.)
Public eventUploading
Occurs when a file is about to be uploaded to the server.
(Inherited from FTPConnection.)
Public eventValidatingServer
Occurs when the server's identity needs to be validated.

See Also