FTP.Download Method (String, String)
Download a remote file to a local file name which can include a path. 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 _
)
Parameters
- remFileName
- Remote file name.
- locFileName
- Local file name.
See Also
FTP Class | NETXP.Library Namespace | FTP.Download Overload List