ComponentPro UltimateFtp

ComponentPro.IO.IRemoteFileSystem Methods

See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
For a list of all members of this type, see IRemoteFileSystem members.

Public Methods

NameDescription
Public MethodsAuthenticateOverloaded. Authenticates the user to the remote server.
Public MethodsAuthenticateAsyncOverloaded. Begins an asynchronous operation to authenticate the user to the server.
Public MethodsConnectOverloaded. Connects to the remote server.
Public MethodsConnectAsyncOverloaded. Connects to a remote server asynchronously.
Public MethodsDisconnectDisconnects.
Public MethodsDisconnectAsyncOverloaded. Begins an asynchronous operation to inform the server that the connection is about to close and terminates the connection.
Public MethodsDownloadOverloaded. Downloads files from the specified remote directory that match the search condition specified in the options parameter to the destination directory using multiple threads.
Public MethodsDownloadAsyncOverloaded. Asynchronously downloads files from the specified remote directory that match the search condition specified in the options parameter to the destination directory.
Public MethodsDownloadFileOverloaded. Receives the specified file from the remote server into the specified Stream, starting from the specified offset.
Public MethodsDownloadFileAsyncOverloaded. Downloads the remote file to the data stream asynchronously.
Public MethodsGetAuthenticationParametersGets the current authentication parameters. For internal use only.
Public MethodsGetConnectionParametersGets the current connection parameters. For internal use only.
Public MethodsGetDownloadStreamRetrieves a direct access to the readonly data stream being received.
Public MethodsGetServerTimeDifferenceReturns the time difference between the client and server.
Public MethodsGetUploadStreamRetrieves a direct access to the write-only data stream to send to.
Public MethodsIsFatalErrorReturns a boolean value indicating whether the specified error indicates that the client should reconnect to the server.
Public MethodsKeepAliveLeep the connection alive.
Public MethodsKeepAliveAsyncOverloaded. Sends a command or data packet to the server asynchronously to keep the connection alive.
Public MethodsMultiPartDownloadOverloaded. Downloads a file on the server and writes to the specified local file using multiple threads.
Public MethodsResumeDownloadFileOverloaded. Resumes download the content of the remote file to the previously interrupted local file.
Public MethodsResumeUploadFileOverloaded. Resumes uploading the content of the data stream to the previously interrupted remote file.
Public MethodsUploadOverloaded. Uploads files from the specified source directory on the specified source file system that match the search condition specified in the options parameter to the specified remote directory.
Public MethodsUploadAsyncOverloaded. Asynchronously uploads files from the specified local directory to the specified remote directory.
Public MethodsUploadFileOverloaded. Uploads the data from the specified Stream to the server and stores it using the specified filename.
Public MethodsUploadFileAsyncOverloaded. Begins an asynchronous operation to upload the content of the data stream to the file on the server.
Top

See Also