'Declaration Public Overloads Function UploadFile( _ ByVal localStream As Stream, _ ByVal remotePath As String _ ) As Long
'Usage Dim instance As SFtpClient Dim localStream As Stream Dim remotePath As String Dim value As Long value = instance.UploadFile(localStream, remotePath)
public long UploadFile( Stream localStream, string remotePath )
Parameters
- localStream
- remotePath