Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3k views
in .NET FTP by (240 points)
:cry:

hello,
thanks in advance.

I found the topic, [url] http://www.enterprisedt.com/forums/view ... sshd#11865 [/url]

I faced problem with DownloadMultiple method from FreeFTPd.
my code below,

public void GetMultipleFile(string remotefilepath, string destfilepath, string wildcard)
{
ftp.DownloadMultiple(destfilepath, remotefilepath, wildcard, false);
}

another SFTP server do well.

but, method saved file in default(c:) from FreeFTPd & FreeSSH, do not work in variable that destination file path.
Does not saving at the path that is set up, stored in the C disk Root.

7 Answers

0 votes
by (162k points)
I don't really understand the problem. Try restating it clearly - perhaps post part of a log file.
0 votes
by (240 points)
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.
0 votes
by (162k points)
And what is the problem here?
0 votes
by (240 points)
There is a problem when I attach the contents of the log file.
0 votes
by (162k points)
Forbidden

You don't have permission to access /d742cb706c5c5dedcd234c7749aed3ac0557a590/20131212_230_blogfile/ruin1998_1386819264019_19asJ6_log/Detail+Log+2013-12-12.log on this server.
0 votes
by (240 points)
0 votes
by (162k points)
ok got it

Categories

...