'Declaration Public Overloads Function UploadFile( _ ByVal localStream As Stream, _ ByVal remotePath As String, _ ByVal overwrite As Boolean, _ ByVal share As FileShare, _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Long
'Usage Dim instance As SFtpClient Dim localStream As Stream Dim remotePath As String Dim overwrite As Boolean Dim share As FileShare Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim value As Long value = instance.UploadFile(localStream, remotePath, overwrite, share, buffer, offset, count)
Parameters
- localStream
- remotePath
- overwrite
- share
- buffer
- offset
- count