Resumes the file download.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public void ResumeDownload(
string localName,
string remoteName,
long pos
) |
Visual Basic |
---|
Public Sub ResumeDownload ( _
localName As String, _
remoteName As String, _
pos As Long _
) |
Visual C++ |
---|
public:
void ResumeDownload(
String^ localName,
String^ remoteName,
long long pos
) |
Parameters
- localName
- Type: System..::..String
the local filename
- remoteName
- Type: System..::..String
the remote filename
- pos
- Type: System..::..Int64
the file offset
Exceptions
See Also