SSHSCPClientPut(Stream, String) Method
Put a stream of data onto the FTP server in the current directory.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual long Put(
Stream input,
string remote
)
Public Overridable Function Put (
input As Stream,
remote As String
) As Long
public:
virtual long long Put(
Stream^ input,
String^ remote
)
abstract Put :
input : Stream *
remote : string -> int64
override Put :
input : Stream *
remote : string -> int64
- input Stream
- Input stream of data to put.
- remote String
- Name of remote file in current directory.
Int64Number of bytes transferred.
IFileTransferClientPut(Stream, String)
The stream is closed after the transfer is complete if
CloseStreamsAfterTransfer is
true (the default) and are left
open otherwise.