The FileTransferClient type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAbort
Abort pending operations.
Public methodSupported by the .NET Compact FrameworkConnect(String, FileTransferMode)
Connects to the server using chosen protocol.
Public methodSupported by the .NET Compact FrameworkConnect(String, Int32, FileTransferMode)
Connects to the server using chosen protocol.
Public methodSupported by the .NET Compact FrameworkCreateDirectory
Creates a directory on the server.
Public methodSupported by the .NET Compact FrameworkDelete(FileSet)
Deletes specified files and/or directories on the server.
Public methodSupported by the .NET Compact FrameworkDelete(String, TraversalMode)
Deletes specified files and/or directories on the server. Accepts wildcards.
Public methodSupported by the .NET Compact FrameworkDeleteFile
Deletes a file on the server.
Public methodSupported by the .NET Compact FrameworkDirectoryExists
Detects whether the specified directory exists on the server.
Public methodSupported by the .NET Compact FrameworkDisconnect
Informs the server that the connection is about to close and terminates the connection.
Public methodSupported by the .NET Compact FrameworkDispose
Disposes the object. After calling this the inner instance will be disposed as well and Inner will be set to null.
Public methodSupported by the .NET Compact FrameworkDownload(String, String)
Downloads the specified file or directory hierarchy from the server to the local directory. Accepts wildcards.
Public methodSupported by the .NET Compact FrameworkDownload(FileSet, String)
Downloads the specified files and/or directories from the server to the local directory.
Public methodSupported by the .NET Compact FrameworkDownload(String, String, TraversalMode)
Downloads the specified file or directory hierarchy from the server to the local directory. Accepts wildcards.
Public methodSupported by the .NET Compact FrameworkDownload(FileSet, String, TransferMethod, ActionOnExistingFiles)
Downloads the specified files and/or directories from the server to the local directory.
Public methodSupported by the .NET Compact FrameworkDownload(String, String, TraversalMode, TransferMethod, ActionOnExistingFiles)
Downloads the specified file or directory hierarchy from the server to the local directory. Accepts wildcards.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkFileExists
Detects whether the specified file exists on the server.
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetCurrentDirectory
Gets the absolute path of the current working directory on the remote server.
Public methodSupported by the .NET Compact FrameworkGetDownloadStream(String)
Returns a Stream for reading data from the remote file.
Public methodSupported by the .NET Compact FrameworkGetDownloadStream(String, SeekOrigin, Int64)
Returns a Stream for reading data from the remote file.
Public methodSupported by the .NET Compact FrameworkGetFile(String, Stream)
Downloads the remote file to the data stream.
Public methodSupported by the .NET Compact FrameworkGetFile(String, String)
Downloads the remote file to the local file, overriding it if it already exists.
Public methodSupported by the .NET Compact FrameworkGetFile(String, Stream, Int64)
Downloads the specified part of the remote file to the data stream.
Public methodSupported by the .NET Compact FrameworkGetFile(String, String, Int64, Int64)
Downloads the specified part of the remote file to the specified offset of the local file.
Public methodSupported by the .NET Compact FrameworkGetFileDateTime
Retrieves the modification date and time of the specified remote file.
Public methodSupported by the .NET Compact FrameworkGetFileLength
Retrieves the size of the specified remote file.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetChecksum(String, ChecksumAlgorithm)
Returns the checksum of the specified file on the server.
Public methodSupported by the .NET Compact FrameworkGetChecksum(String, ChecksumAlgorithm, Int64, Int64)
Returns the checksum of the specified file on the server.
Public methodSupported by the .NET Compact FrameworkGetInfo
Retrieves a FileSystemItem containing the information about the specified remote file or directory.
Public methodSupported by the .NET Compact FrameworkGetItems(String)
Retrieves the list of files and directories. Matching directories are searched recursively.
Public methodSupported by the .NET Compact FrameworkGetItems(FileSet)
Retrieves the list of files and directories specified by the set.
Public methodSupported by the .NET Compact FrameworkGetItems(String, TraversalMode)
Retrieves the list of files and directories.
Public methodSupported by the .NET Compact FrameworkGetList()()()()
Retrieves the list of files and directories in the current server directory.
Public methodSupported by the .NET Compact FrameworkGetList(String)
Retrieves the list of files and directories in the current server directory.
Public methodSupported by the .NET Compact FrameworkGetNameList()()()()
Retrieves the list of file and directory names in the current remote directory.
Public methodSupported by the .NET Compact FrameworkGetNameList(String)
Retrieves the list of file and directory names.
Public methodSupported by the .NET Compact FrameworkGetRawList()()()()
Retrieves the raw list of files and directories in the current remote directory using a raw text format.
Public methodSupported by the .NET Compact FrameworkGetRawList(String)
Retrieves the raw list of files and directories using a raw text format.
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetUploadStream(String)
Returns a Stream for writing data to the remote file.
Public methodSupported by the .NET Compact FrameworkGetUploadStream(String, SeekOrigin, Int64)
Returns a Stream for writing data to the remote file.
Public methodSupported by the .NET Compact FrameworkChangeDirectory
Changes the current working directory on the server.
Public methodSupported by the .NET Compact FrameworkCheckConnectionState
Checks whether the session is still connected. Throws an exception on error.
Public methodSupported by the .NET Compact FrameworkKeepAlive
Sends a command to the server to keep the connection alive.
Public methodSupported by the .NET Compact FrameworkLogin(SshGssApiCredentials)
Authenticates to the server using GSSAPI. Kerberos (not on .NET CF) and NTLM methods are supported. This method cannot be used with FTP protocol.
Public methodSupported by the .NET Compact FrameworkLogin(String, SshPrivateKey)
Authenticates the user to the server using his private key and initializes the SFTP session.
Public methodSupported by the .NET Compact FrameworkLogin(String, String)
Authenticates the user to the server.
Public methodSupported by the .NET Compact FrameworkLogin(String, String, SshPrivateKey)
Authenticates the user to the server using a combination of password and public key and initializes the SFTP session. This method cannot be used with FTP protocol.
Public methodSupported by the .NET Compact FrameworkLogin(String, String, String)
Authenticates the user to the FTP server. This method cannot be used with SFTP protocol.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkPutFile(Stream, String)
Uploads the content of the data stream to the file on the server, overriding it if it already exists.
Public methodSupported by the .NET Compact FrameworkPutFile(String, String)
Uploads the content of the local file to the file on the server, overriding it if it already exists.
Public methodSupported by the .NET Compact FrameworkPutFile(Stream, String, Int64, Int64)
Uploads the content of the data stream to the specified offset of the file on the server.
Public methodSupported by the .NET Compact FrameworkPutFile(String, String, Int64, Int64, Int64)
Uploads the specified part of the local file to the specified offset of the file on the server.
Public methodSupported by the .NET Compact FrameworkRemoveDirectory
Deletes an empty remote directory with the specified pathname.
Public methodSupported by the .NET Compact FrameworkRename
Renames or moves a file or directory on the server.
Public methodSupported by the .NET Compact FrameworkSetFileDateTime
Sets the modification date and time of the specified remote file.
Public methodSupported by the .NET Compact FrameworkSetSocketFactory
Sets the socket factory to be used to create communication sockets.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkUpload(String, String)
Uploads the specified file or directory hierarchy to the directory on the server. Accepts wildcards.
Public methodSupported by the .NET Compact FrameworkUpload(FileSet, String)
Uploads the specified local files and/or directories to the directory to the server.
Public methodSupported by the .NET Compact FrameworkUpload(String, String, TraversalMode)
Uploads the specified file or directory hierarchy to the directory on the server. Accepts wildcards.
Public methodSupported by the .NET Compact FrameworkUpload(FileSet, String, TransferMethod, ActionOnExistingFiles)
Uploads the specified local files and/or directories to the directory to the server.
Public methodSupported by the .NET Compact FrameworkUpload(String, String, TraversalMode, TransferMethod, ActionOnExistingFiles)
Uploads the specified file or directory hierarchy to the directory on the server. Accepts wildcards.

See Also