NetXP 3.0 Reference

FTP.Download Method (String)

Download a file to the Assembly's local directory, keeping the same file name.

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

Parameters

remFileName
Remote file name.

See Also

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