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