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

The ExFTPConnection type exposes the following members.

Constructors

  NameDescription
Public methodExFTPConnection()()()()
Initializes a new instance of the ExFTPConnection class.
Public methodExFTPConnection(IContainer)
Constructs a ExFTPConnection object and places it in the given container.
Protected methodExFTPConnection(ExFTPClient)
Create an ExFTPConnection using the given FTP client.
Public methodExFTPConnection(SerializationInfo, StreamingContext)
Deserializes a connection object from the given SerializationInfo.

Methods

  NameDescription
Public methodAbortAsynchronous
Aborts all queued asynchronous operations.
Public methodBeginChangeWorkingDirectory
Begins an asynchronous request to change the working directory.
Public methodBeginChangeWorkingDirectoryUp
Begins an asynchronous request to change to the parent of the current working directory on the server.
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous request to close the FTP connection.
Public methodBeginClose(Boolean, AsyncCallback, Object)
Begins an asynchronous request to close the FTP connection.
Public methodBeginConnect
Begins an asynchronous request to connect to an FTP server.
Public methodBeginCreateDirectory
Begins an asynchronous request to create the specified remote directory.
Public methodBeginDeleteDirectory
Begins an asynchronous request to delete all the files in the given directory.
Public methodBeginDeleteDirectoryTree
Begins an asynchronous request to delete the specified remote directory.
Public methodBeginDeleteFile
Begins an asynchronous request to delete the specified remote file.
Public methodBeginDeleteMultipleFiles(String, AsyncCallback, Object)
Begins an asynchronous request to delete all the files in the current directory that match the given wild-card.
Public methodBeginDeleteMultipleFiles(FileFilter, AsyncCallback, Object)
Begins an asynchronous request to delete all the files in the current directory that match the given FileFilter.
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.
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.
Public methodBeginDirectoryExists
Begins an asynchronous request to check for the existence of a directory on the server.
Public methodBeginDownloadByteArray
Begins an asynchronous request to download data from the FTP server and return it as a byte-array.
Public methodBeginDownloadDirectory
Begins an asynchronous request to upload the local directory (and its subdirectories) to the remote directory.
Public methodBeginDownloadFile(String, String, AsyncCallback, Object)
Begins an asynchronous request to download a file from the FTP server and save it locally.
Public methodBeginDownloadFile(String, String, TransferParameters, AsyncCallback, Object)
Begins an asynchronous request to download a file from the FTP server and save it locally.
Public methodBeginDownloadFile(String, String, WriteMode, AsyncCallback, Object)
Begins an asynchronous request to download a file from the FTP server and save it locally.
Public methodBeginDownloadMultiple(String, FileFilter, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
Public methodBeginDownloadMultiple(String, String, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
Public methodBeginDownloadMultiple(String, String, FileFilter, Boolean, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
Public methodBeginDownloadMultiple(String, String, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
Public methodBeginDownloadStream
Begins an asynchronous request to download a file from the FTP server and write it to the given stream.
Public methodBeginExists
Begins an asynchronous request to check for the existence of a file on the server.
Public methodBeginGetCommandHelp
[FTP/FTPS Only] Begins an asynchronous request to get the help text for the specified FTP command.
Public methodBeginGetFeatures
[FTP/FTPS Only] Begins an asynchronous request to get the server supplied features.
Public methodBeginGetFileInfos(AsyncCallback, Object)
Begins an asynchronous request to retrieve the working directory's contents as an array of FTPFile objects.
Public methodBeginGetFileInfos(String, AsyncCallback, Object)
Begins an asynchronous request to retrieve the given directory's contents as an array of FTPFile objects.
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.
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.
Public methodBeginGetFiles(AsyncCallback, Object)
Begins an asynchronous request to list the current working directory's contents as an array of strings of file-names.
Public methodBeginGetFiles(String, AsyncCallback, Object)
Begins an asynchronous request to retrieve the given directory's contents as an array of strings of file-names.
Public methodBeginGetLastWriteTime
Begins an asynchronous request to get the modification time for a remote file.
Public methodBeginGetSize
Begins an asynchronous request to get the size of a remote file.
Public methodBeginGetSystemType
[FTP/FTPS Only] Begins an asynchronous request to get the type of the operating system at the server.
Public methodBeginGetWorkingDirectory Obsolete.
Begins an asynchronous request to get the working directory on the server.
Public methodBeginInvokeFTPCommand
[FTP/FTPS Only] Begins an asynchronous request to invoke the given literal FTP command on the server.
Public methodBeginInvokeSiteCommand
[FTP/FTPS Only] Begins an asynchronous request to invoke the given site command on the server.
Public methodBeginLogin
[FTP/FTPS Only] Begins an asynchronous request to log into an account on the FTP server using UserName and Password.
Public methodBeginRenameFile
Begins an asynchronous request to rename a file or directory.
Public methodBeginResumeTransfer
Begins an asynchronous request to make the next file transfer (upload or download) resume.
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.
Public methodBeginSendUserName
[FTP/FTPS Only] Begins an asynchronous request to supply the user-name to log into an account on the FTP server.
Public methodBeginSynchronize(AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
Public methodBeginSynchronize(FTPSyncRules, AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
Public methodBeginSynchronize(String, String, AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
Public methodBeginSynchronize(FTPSyncRules, String, String, AsyncCallback, Object)
Begins an asynchronous request to synchronize a local directory with a directory on the server.
Public methodBeginTransferFileFXP
Asynchronously transfer a file between FTP servers using FXP.
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.
Public methodBeginUploadByteArray(array<Byte>[]()[][], String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload data to the FTP server in the current working directory.
Public methodBeginUploadDirectory
Begins an asynchronous request to upload the local directory (and its subdirectories) to the remote directory.
Public methodBeginUploadFile(String, String, AsyncCallback, Object)
Begins an asynchronous request to upload a local file to the FTP server in the current working directory.
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.
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.
Public methodBeginUploadMultiple(String, FileFilter, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
Public methodBeginUploadMultiple(String, String, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
Public methodBeginUploadMultiple(String, String, FileFilter, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
Public methodBeginUploadMultiple(String, String, String, Boolean, AsyncCallback, Object)
Begins an asynchronous request to upload multiple files to the FTP server.
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.
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.
Public methodCancelResume
Cancel the resume.
(Inherited from FTPConnection.)
Public methodCancelTask(IAsyncResult)
Cancels the given asynchronous task.
Public methodCancelTask(Int32)
Cancels the asynchronous task with the given ID.
Public methodCancelTransfer
Cancels the current transfer.
(Overrides FTPConnection..::..CancelTransfer()()()().)
Public methodChangeWorkingDirectory
Changes the working directory.
(Overrides FTPConnection..::..ChangeWorkingDirectory(String).)
Public methodChangeWorkingDirectoryUp
Changes to the parent of the current working directory on the server.
(Overrides FTPConnection..::..ChangeWorkingDirectoryUp()()()().)
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 an exception if it's incorrect.
(Inherited from FTPConnection.)
Public methodClearDirectoryCache()()()()
Clears the directory cache completely.
Public methodClearDirectoryCache(String)
Clears a particular directory-listing from the directory cache.
Public methodClearProperties
Clears properties by setting them to their default values.
Public methodClone
Creates a new ExFTPConnection that is a copy of the current instance.
Public methodClose()()()()
Quit the FTP session.
(Inherited from FTPConnection.)
Public methodClose(Boolean)
Quit the FTP session.
(Overrides FTPConnection..::..Close(Boolean).)
Public methodConnect
Connect to the FTP server and (if AutoLogin is set) log into the server.
(Overrides FTPConnection..::..Connect()()()().)
Public methodCopyProperties
Copies the properties of the given source ExFTPConnection into this instance.
Public methodCreateDirectory
Create the specified remote directory.
(Overrides FTPConnection..::..CreateDirectory(String).)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDeleteDirectory
Delete the specified remote directory.
(Overrides FTPConnection..::..DeleteDirectory(String).)
Public methodDeleteDirectoryTree
Delete this entire remote directory and its contents recursively, including all subdirectories.
Public methodDeleteFile
Delete the specified remote file.
(Overrides FTPConnection..::..DeleteFile(String).)
Public methodDeleteMultipleFiles(String)
Delete multiple files in the current remote directory.
Public methodDeleteMultipleFiles(FileFilter)
Delete multiple files in the current remote directory.
Public methodDeleteMultipleFiles(String, FileFilter, Boolean)
Delete all the files in the supplied remote directory (and optionally its subdirectories) that match the supplied filter.
Public methodDeleteMultipleFiles(String, String, Boolean)
Delete all the files in the supplied remote directory (and optionally its subdirectories) that match the supplied wildcard.
Public methodDirectoryExists
Tests if the given directory exists.
(Overrides FTPConnection..::..DirectoryExists(String).)
Public methodDispose()()()() (Inherited from Component.)
Protected methodDispose(Boolean)
Close the connection if it is open.
(Overrides FTPConnection..::..Dispose(Boolean).)
Public methodDownloadByteArray
Download data from the FTP server and return it as a byte-array.
(Overrides FTPConnection..::..DownloadByteArray(String).)
Public methodDownloadDirectory
Downloads the remote directory (and its subdirectories) to the local directory.
Public methodDownloadFile(String, String)
Download a file from the FTP server and save it locally.
(Overrides FTPConnection..::..DownloadFile(String, String).)
Public methodDownloadFile(String, String, TransferParameters)
Download a file from the FTP server and save it locally.
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
Public methodDownloadMultiple(String, String)
Get multiple files into the specified local directory from the current remote directory
Public methodDownloadMultiple(String, String, FileFilter, Boolean)
Get multiple files from the specified remote directory into the specified local directory
Public methodDownloadMultiple(String, String, String, Boolean)
Get multiple files from the specified remote directory into the specified local directory
Public methodDownloadStream
Download a file from the FTP server and write it to the given stream.
(Overrides FTPConnection..::..DownloadStream(Stream, String).)
Public methodEndChangeWorkingDirectory
Completes the asynchronous operation started in BeginChangeWorkingDirectory(String, AsyncCallback, Object).
Public methodEndChangeWorkingDirectoryUp
Completes the asynchronous operation started in BeginChangeWorkingDirectoryUp(AsyncCallback, Object).
Public methodEndClose
Completes the asynchronous operation started in BeginClose(AsyncCallback, Object).
Public methodEndConnect
Completes the asynchronous operation started in BeginConnect(AsyncCallback, Object).
Public methodEndCreateDirectory
Completes the asynchronous operation started in BeginCreateDirectory(String, AsyncCallback, Object).
Public methodEndDeleteDirectory
Completes the asynchronous operation started in BeginDeleteDirectory(String, AsyncCallback, Object).
Public methodEndDeleteDirectoryTree
Completes the asynchronous operation started in BeginDeleteDirectoryTree(String, AsyncCallback, Object).
Public methodEndDeleteFile
Completes the asynchronous operation started in BeginDeleteFile(String, AsyncCallback, Object).
Public methodEndDeleteMultipleFiles
Completes the asynchronous operation started in one of the BeginDeleteMultipleFiles methods.
Public methodEndDirectoryExists
Completes the asynchronous operation started in BeginDirectoryExists(String, AsyncCallback, Object).
Public methodEndDownloadByteArray
Completes the asynchronous operation started in BeginDownloadByteArray(String, AsyncCallback, Object).
Public methodEndDownloadDirectory
Completes the asynchronous operation started in one of the BeginDownloadFile methods.
Public methodEndDownloadFile
Completes the asynchronous operation started in BeginDownloadFile(String, String, AsyncCallback, Object).
Public methodEndDownloadMultiple
Completes the asynchronous operation started in one of the BeginDownloadMultiple methods.
Public methodEndDownloadStream
Completes the asynchronous operation started in BeginDownloadStream(Stream, String, AsyncCallback, Object).
Public methodEndExists
Completes the asynchronous operation started in BeginExists(String, AsyncCallback, Object).
Public methodEndGetCommandHelp
[FTP/FTPS Only] Completes the asynchronous operation started in BeginGetCommandHelp(String, AsyncCallback, Object).
Public methodEndGetFeatures
[FTP/FTPS Only] Completes the asynchronous operation started in BeginGetFeatures(AsyncCallback, Object).
Public methodEndGetFileInfos
Completes the asynchronous operation started in one of the BeginGetFileInfos methods.
Public methodEndGetFiles
Completes the asynchronous operation started in one of the BeginGetFiles methods.
Public methodEndGetLastWriteTime
Completes the asynchronous operation started in BeginGetLastWriteTime(String, AsyncCallback, Object).
Public methodEndGetSize
Completes the asynchronous operation started in BeginGetSize(String, AsyncCallback, Object).
Public methodEndGetSystemType
[FTP/FTPS Only] Completes the asynchronous operation started in BeginGetSystemType(AsyncCallback, Object).
Public methodEndGetWorkingDirectory Obsolete.
Completes the asynchronous operation started in BeginGetWorkingDirectory(AsyncCallback, Object).
Public methodEndInvokeFTPCommand
[FTP/FTPS Only] Completes the asynchronous operation started in BeginInvokeFTPCommand(String, array<String>[]()[][], AsyncCallback, Object).
Public methodEndInvokeSiteCommand
[FTP/FTPS Only] Completes the asynchronous operation started in BeginInvokeFTPCommand(String, array<String>[]()[][], AsyncCallback, Object).
Public methodEndLogin
[FTP/FTPS Only] Completes the asynchronous operation started in BeginLogin(AsyncCallback, Object).
Public methodEndRenameFile
Completes the asynchronous operation started in BeginRenameFile(String, String, AsyncCallback, Object).
Public methodEndResumeTransfer
Completes the asynchronous operation started in BeginResumeTransfer(AsyncCallback, Object).
Public methodEndSendPassword
[FTP/FTPS Only] Completes the asynchronous operation started in BeginSendPassword(String, AsyncCallback, Object).
Public methodEndSendUserName
[FTP/FTPS Only] Completes the asynchronous operation started in BeginSendUserName(String, AsyncCallback, Object).
Public methodEndSynchronize
Completes the asynchronous operation started in BeginSynchronize(AsyncCallback, Object).
Public methodEndTransferFileFXP
Completes the asynchronous operation started in the BeginTransferFileFXP method.
Public methodEndUploadByteArray
Completes the asynchronous operation started in one of the BeginUploadByteArray methods.
Public methodEndUploadDirectory
Completes the asynchronous operation started in one of the BeginUploadFile methods.
Public methodEndUploadFile
Completes the asynchronous operation started in one of the BeginUploadFile methods.
Public methodEndUploadMultiple
Completes the asynchronous operation started in one of the BeginUploadMultiple methods.
Public methodEndUploadStream
Completes the asynchronous operation started in one of the BeginUploadStream methods.
Public methodEquals (Inherited from Object.)
Public methodExists
Checks for the existence of a file on the server.
(Overrides FTPConnection..::..Exists(String).)
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.
(Overrides FTPConnection..::..ftpClient_ReplyReceived(Object, FTPMessageEventArgs).)
Public methodGetCommandHelp
Get the help text for the specified FTP command.
(Overrides FTPConnection..::..GetCommandHelp(String).)
Public methodGetFeatures
Get the server supplied features.
(Overrides FTPConnection..::..GetFeatures()()()().)
Public methodGetFileInfos()()()()
Returns the working directory's contents as an array of FTPFile objects.
(Overrides FTPConnection..::..GetFileInfos()()()().)
Public methodGetFileInfos(String)
Returns the given directory's contents as an array of FTPFile objects.
(Overrides FTPConnection..::..GetFileInfos(String).)
Public methodGetFileInfos(String, Boolean)
Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
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.
Public methodGetFiles()()()()
Lists current working directory's contents as an array of strings of file-names.
(Overrides FTPConnection..::..GetFiles()()()().)
Public methodGetFiles(String)
List the given directory's contents as an array of strings of file-names.
(Overrides FTPConnection..::..GetFiles(String).)
Public methodGetFiles(String, Boolean)
List the given directory's contents as an array of strings of file-names or full file details.
(Overrides FTPConnection..::..GetFiles(String, Boolean).)
Public methodGetHashCode
Returns hash-code for this connection.
(Inherited from FTPConnection.)
Public methodGetLastWriteTime
Get modification time for a remote file.
(Overrides FTPConnection..::..GetLastWriteTime(String).)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetSchema
This method is only included to satisfy the IXmlSerializable interface. It returns null.
Protected methodGetService (Inherited from Component.)
Public methodGetSize
Get the size of a remote file.
(Overrides FTPConnection..::..GetSize(String).)
Public methodGetSystemType
Get the type of the operating system at the server.
(Overrides FTPConnection..::..GetSystemType()()()().)
Public methodGetType (Inherited from Object.)
Public methodGetURL()()()()
Returns a URL corresponding to the current state of this SecureFTPConnection.
(Inherited from FTPConnection.)
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.
(Inherited from FTPConnection.)
Public methodGetWorkingDirectory Obsolete.
Returns the working directory on the server.
(Overrides FTPConnection..::..GetWorkingDirectory()()()().)
Public methodGetXml
Returns a string containing an XML representation of the current instance.
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
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).
(Overrides FTPConnection..::..InvokeEventHandler(Delegate, Object, EventArgs).)
Protected methodInvokeEventHandler(Boolean, Delegate, Object, EventArgs)
Invokes the given event-handlers (on the GUI thread if possible).
(Overrides FTPConnection..::..InvokeEventHandler(Boolean, Delegate, Object, EventArgs).)
Protected methodInvokeEventHandler(Boolean, Boolean, Delegate, Object, EventArgs)
Invokes the given event-handlers (on the GUI thread if possible).
(Overrides FTPConnection..::..InvokeEventHandler(Boolean, Boolean, Delegate, Object, EventArgs).)
Public methodInvokeFTPCommand
Invokes the given literal FTP command on the server.
(Overrides FTPConnection..::..InvokeFTPCommand(String, array<String>[]()[][]).)
Public methodInvokeSiteCommand
Invokes the given site command on the server.
(Overrides FTPConnection..::..InvokeSiteCommand(String, array<String>[]()[][]).)
Public methodLinkComponent (Inherited from FTPConnection.)
Public methodLoad(Stream)
Loads properties from the given Stream.
Public methodLoad(String)
Loads properties from the given file.
Public methodLogin
Log into an account on the FTP server using UserName and Password.
(Overrides FTPConnection..::..Login()()()().)
Protected methodMemberwiseClone()()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected methodNewSite
INTERNAL USE ONLY.
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.
(Overrides FTPConnection..::..OnClosing(Exception).)
Protected methodOnConnected(Exception)
Call base then start the keep-alive thread.
(Overrides FTPConnection..::..OnConnected(Exception).)
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
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.
(Overrides FTPConnection..::..OnPropertyChanged(String).)
Protected methodOnProxySettingsChanged
Called when one of the properties of ProxySettings has changed.
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 methodOnSynchronized
Called after synchronization ends.
Protected methodOnSynchronizing
Called before synchronization begins.
Protected methodOnSynchronizingFile
Called when a file is about to be synchronized.
Protected methodOnTaskCancelled
Called when a task has been cancelled.
Protected methodOnTaskCompleted
Called just after a task is run.
Protected methodOnTaskQueued
Called when a new task is queued.
Protected methodOnTaskRunning
Called just before a task is run.
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
Extracts the connection properties from the given XmlElement.
Protected methodPerformAutoLogin
Attempt to log into the server if AutoLogin is on.
(Overrides FTPConnection..::..PerformAutoLogin()()()().)
Public methodPostLogin
Called after the user has been successfully logged in.
(Overrides FTPConnection..::..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.
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.
Protected methodRaisePropertiesSaved
Raise the PropertiesSaved event.
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 methodRaiseServerDirectoryChanged
Raise the ServerDirectoryChanged event.
(Inherited from FTPConnection.)
Protected methodRaiseServerDirectoryChanging
Raise the ServerDirectoryChanging event.
(Inherited from FTPConnection.)
Protected methodRaiseSynchronized
Raise the Synchronized event.
Protected methodRaiseSynchronizing
Raise the Synchronizing event.
Protected methodRaiseSynchronizingFile
Raise the SynchronizingFile event.
Protected methodRaiseTaskCancelledEvent
Raise the TaskCancelled event.
Protected methodRaiseTaskCompletedEvent
Raise the TaskCompleted event.
Protected methodRaiseTaskQueuedEvent
Raise the TaskQueued event.
Protected methodRaiseTaskRunningEvent
Raise the TaskCompleted event.
Protected methodRaiseUploaded
Raise the Uploaded event.
(Inherited from FTPConnection.)
Protected methodRaiseUploading
Raise the Uploading event.
(Inherited from FTPConnection.)
Public methodReadXml(String)
Initializes a connection the given XML representation.
Public methodReadXml(XmlDocument)
Initializes a connection from its XML representation.
Public methodReadXml(XmlReader)
Initializes a connection from its XML representation.
Protected methodRelativePathToAbsolute
Combines a relative path with an absolute path.
(Inherited from FTPConnection.)
Public methodRenameFile
Rename a file or directory.
(Overrides FTPConnection..::..RenameFile(String, String).)
Public methodResumeNextDownload
Make the next download resume at a specific point.
(Overrides FTPConnection..::..ResumeNextDownload(Int64).)
Public methodResumeNextTransfer
Make the next file transfer (upload or download) resume.
(Overrides FTPConnection..::..ResumeNextTransfer()()()().)
Public methodResumeTransfer Obsolete.
Make the next file transfer (upload or download) resume.
(Overrides FTPConnection..::..ResumeTransfer()()()().)
Public methodSave(Stream)
Saves the properties of the current connection in the given Stream.
Public methodSave(String)
Saves the properties of the current connection in the given file.
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
(Overrides FTPConnection..::..SendPassword(String).)
Public methodSendUserName
Supply the user-name to log into an account on the FTP server. Must be followed by the SendPassword(String) method.
(Overrides FTPConnection..::..SendUserName(String).)
Public methodSetLastWriteTime
Set modification time for a remote file.
(Inherited from FTPConnection.)
Protected methodSyncDownloadFile
INTERNAL USE ONLY
Protected methodSyncDownloadMultiple(String, FileFilter)
INTERNAL USE ONLY
Protected methodSyncDownloadMultiple(String, String)
INTERNAL USE ONLY
Protected methodSyncDownloadMultiple(String, String, FileFilter, Boolean)
INTERNAL USE ONLY
Protected methodSyncDownloadMultiple(String, String, String, Boolean)
INTERNAL USE ONLY
Public methodSynchronize()()()()
Synchronizes [!:LocalDirectory] on the local machine with [!:ServerDirectory] according to the synchronization rules in DefaultSyncRules.
Public methodSynchronize(FTPSyncRules)
Synchronizes [!:LocalDirectory] on the local machine with [!:ServerDirectory] according to the given synchronization rules.
Public methodSynchronize(String, String)
Synchronizes the given local directory with the given remote directory according to the synchronization rules in DefaultSyncRules.
Public methodSynchronize(String, String, FTPSyncRules)
Synchronizes the given local directory with the given remote directory according to the given synchronization rules.
Protected methodSyncUploadFile
INTERNAL USE ONLY.
Protected methodSyncUploadMultiple(String, FileFilter)
INTERNAL USE ONLY.
Protected methodSyncUploadMultiple(String, String)
INTERNAL USE ONLY.
Protected methodSyncUploadMultiple(String, String, FileFilter, Boolean)
INTERNAL USE ONLY.
Protected methodSyncUploadMultiple(String, String, String, Boolean)
INTERNAL USE ONLY.
Public methodTestConnection
Test if the connection is still alive. If not then call Close so that events occur as they should.
Public methodToString
Returns a string representation of the connection.
(Inherited from FTPConnection.)
Public methodTransferFileFXP
Transfer a file between FTP servers using FXP.
Public methodUnlock
Unlock the software for use. This method should be used when a configuration file isn't available
Public methodUploadByteArray(array<Byte>[]()[][], String)
Upload an array of bytes to the FTP server in the current working directory.
(Overrides FTPConnection..::..UploadByteArray(array<Byte>[]()[][], String).)
Public methodUploadByteArray(array<Byte>[]()[][], String, Boolean)
Upload data to the FTP server in the current working directory. Allows appending if current file exists.
(Overrides FTPConnection..::..UploadByteArray(array<Byte>[]()[][], String, Boolean).)
Public methodUploadDirectory
Uploads the local directory (and its subdirectories) to the remote directory.
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.
(Overrides FTPConnection..::..UploadFile(String, String, Boolean).)
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.
Public methodUploadMultiple(String, String)
Put multiple files from the specified local directory into the current remote directory.
Public methodUploadMultiple(String, String, FileFilter, Boolean)
Put multiple files from the specified local directory into the specified remote directory.
Public methodUploadMultiple(String, String, String, Boolean)
Put multiple files from the specified local directory into the specified remote directory.
Public methodUploadStream(Stream, String)
Upload a stream of data to the FTP server in the current working directory.
(Overrides FTPConnection..::..UploadStream(Stream, String).)
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.
(Overrides FTPConnection..::..UploadStream(Stream, String, Boolean).)
Public methodWriteXml
Converts the current connection into its XML representation.

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?
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.
Protected fieldisTransferringData
Determines if events will be fired.
(Inherited from FTPConnection.)
Protected fieldkey
License key.
Protected fieldlastTransferCancel
Flag indicating that the most recent transfer-operation was cancelled
(Inherited from FTPConnection.)
Protected fieldloadingProperties
True if properties are currently being loaded.
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.
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 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 propertyBuildTimestamp
The assembly's build timestamp.
(Inherited from FTPConnection.)
Public propertyCacheListings
Cache directory listings.
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyCloseStreamsAfterTransfer
Determines if transfer-methods taking Streams as arguments should close the stream once the transfer is completed.
(Overrides FTPConnection..::..CloseStreamsAfterTransfer.)
Public propertyCommandEncoding
The character-encoding to use when dealing with file- and directory-paths.
(Overrides FTPConnection..::..CommandEncoding.)
Public propertyCompressionPreferred
Flag to enable or disable MODE Z compression for FTP/FTPS transfers.
Public propertyConcurrentTransferSettings
Settings for concurrent transfers. Off by default.
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.
(Overrides FTPConnection..::..DataEncoding.)
Public propertyDefaultSyncRules
Rules that are used during synchronization operations when no other rules are specified.
Public propertyDeleteOnFailure
Controls whether or not a file is deleted when a failure occurs.
(Overrides FTPConnection..::..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.
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.
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
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.
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.
(Overrides FTPConnection..::..IsTransferring.)
Public propertyKeepAliveIdle
Flag to enable the use of keep alive messages, which are sent to keep the connection alive when no activity is occurring.
Public propertyKeepAlivePeriodSecs
Period (in seconds) at which the client contacts the server so that the connection doesn't time out.
Public propertyKeepAliveTransfer
Flag to enable the use of keep alive messages during data transfers.
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.
Public propertyLicenseOwner
The license owner string.
Public propertyLocalDirectory
The working directory on the local file-system into which files are downloaded.
(Inherited from FTPConnection.)
Public propertyLogTag
Logging tag
(Inherited from FTPConnection.)
Public propertyMaxTransferRate
The maximum transfer rate in bytes per sec. Set to -1 or 0 to indicate no limiting should be applied.
Public propertyMultiTransferCountBeforeSleep
Number of transfers before "sleeping" during multiple FTP/FTPS data transfers.
Public propertyMultiTransferSleepEnabled
Determines whether or not "sleeping" is enabled during multiple FTP/FTPS data transfers.
Public propertyMultiTransferSleepTime
Number of seconds spent "sleeping" during multiple FTP/FTPS data transfers.
Public propertyName
Name of this component.
(Inherited from FTPConnection.)
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 FTPConnection..::..Password.)
Public propertyProtocol
Type of file transfer to use.
(Overrides FTPConnection..::..Protocol.)
Public propertyProxySettings
Settings for using proxies.
Public propertyPublicIPAddress
IP address of the client as the server sees it.
(Inherited from FTPConnection.)
Public propertyRetryCount
Number of times to retry a failing file-transfer before giving up.
Public propertyRetryDelay
Milliseconds to wait for before retrying a failing file-transfer (if RetryCount>0).
Public propertyServerAddress
The domain-name or IP address of the FTP server.
(Overrides FTPConnection..::..ServerAddress.)
Public propertyServerDirectory
The initial/current working directory on the server.
(Inherited from FTPConnection.)
Public propertyServerPort
The port on the server to which to connect the control-channel.
(Overrides FTPConnection..::..ServerPort.)
Public propertyShowHiddenFiles
Include hidden files in operations that involve listing of directories, and if supported by the server (FTP and FTPS).
(Inherited from FTPConnection.)
Public propertySite (Inherited from FTPConnection.)
Public propertySocksProxySettings Obsolete.
Settings for SOCKS proxy.
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 FTPConnection..::..Timeout.)
Public propertyTransferBufferSize
The size of the buffers used in writing to and reading from the TCP sockets.
(Overrides FTPConnection..::..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 FTPConnection..::..TransferNotifyInterval.)
Public propertyTransferNotifyListings
By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour.
(Overrides FTPConnection..::..TransferNotifyListings.)
Public propertyTransferType
The current file transfer type (BINARY or ASCII).
(Inherited from FTPConnection.)
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 FTPConnection..::..UserName.)
Public propertyVersion
The version of the assembly.
(Inherited from FTPConnection.)
Public propertyWelcomeMessage
Server's welcome message.
(Inherited from FTPConnection.)
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.
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()()()().
Public eventPropertiesLoaded
Occurs when properties are loaded from a file.
Public eventPropertiesSaved
Occurs when properties are saved to a file.
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 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.
Public eventSynchronizing
Triggered before synchronization actions are begun.
Public eventSynchronizingFile
Triggered when a decision is being made on how to synchronize a particular file (i.e. transfer, delete or skip).
Public eventTaskCancelled
Occurs after an asynchronous task has been cancelled.
Public eventTaskCompleted
Occurs after an asynchronous task has completed.
Public eventTaskQueued
Occurs when an asynchronous task is queued.
Public eventTaskRunning
Occurs just before an asynchronous task is about to run.
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.)

See Also