Overload List

  NameDescription
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 SFTP 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 SFTP server.

See Also