Thanks for reply.
public void DownloadMultiple(string localDirectory, string remoteDirectory, string wildcard, bool includeSubDirs);
I am using edtFTPnetPRO.
I am used to create a batch for download exe application.
However, the function of DownloadMultiple function does not work correctly with FreeFTPd and FreeSSH (SFTP mode)
It work about other variables, but does not work for Localdirctory variable.
Example, If I assign it to a variable called "D:\TEST", it is stored in the "C:\".
Here is my detail log. file contents is too big.