Resumes the file upload.

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

Syntax

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

Parameters

file
Type: System.IO..::..FileInfo
the file
pos
Type: System..::..Int64
the file offset

Exceptions

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

See Also