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