Resumes the file upload.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public void ResumeUpload(
	string pathname,
	long pos
)
Visual Basic
Public Sub ResumeUpload ( _
	pathname As String, _
	pos As Long _
)
Visual C++
public:
void ResumeUpload(
	String^ pathname, 
	long long pos
)

Parameters

pathname
Type: System..::..String
the file path
pos
Type: System..::..Int64
the file offset

Exceptions

ExceptionCondition
Jscape.Sftp..::..SftpExceptionif an error occurs

See Also