Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkUpload(String, String)
Uploads the specific local file or directory hierarchy to the directory to the SFTP 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 SFTP server.
Public methodSupported by the .NET Compact FrameworkUpload(String, String, TraversalMode)
Uploads the specific local file or directory hierarchy to the directory to the SFTP 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 SFTP server.
Public methodSupported by the .NET Compact FrameworkUpload(String, String, TraversalMode, TransferMethod, ActionOnExistingFiles)
Uploads the specified local file or directory hierarchy to the directory to the SFTP server. Accepts wildcards.

See Also