NetXP 3.0 Reference

FTP.Download Method (String, String, Boolean)

Download a remote file to a local file name which can include a path, and set the resume flag. The local file name will be created or overwritten, but the path must exist.

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

Parameters

remFileName
Remote file name.
locFileName
Local file name.
resume
Resume?

See Also

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