NetXP 3.0 Reference

FTP.Download Method (String, Boolean)

Download a remote file to the Assembly's local directory, keeping the same file name, and set the resume flag.

[Visual Basic]
Overloads Public Sub Download( _
   ByVal remFileName As String, _
   ByVal resume As Boolean _
)
[C#]
public void Download(
   string remFileName,
   bool resume
);

Parameters

remFileName
Remote file name.
resume
Resume?

See Also

FTP Class | NETXP.Library Namespace | FTP.Download Overload List