'Declaration Public Overloads Sub DownloadFile( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String _ )
'Usage Dim instance As FTP Dim localFilePath As System.String Dim ftpFileName As System.String instance.DownloadFile(localFilePath, ftpFileName)
public void DownloadFile( System.string localFilePath, System.string ftpFileName )
public procedure DownloadFile( localFilePath: System.String; ftpFileName: System.String );
public function DownloadFile( localFilePath : System.String, ftpFileName : System.String );
public: void DownloadFile( System.string* localFilePath, System.string* ftpFileName )
public: void DownloadFile( System.String^ localFilePath, System.String^ ftpFileName )
Parameters
- localFilePath
- The full path of the file, including the file name
- ftpFileName
- The full path of the FTP file, including the ftp directory and file name