download issue (wodSFTP / wodSFTP.NET / wodSFTPdll)
hello,
The empty directory was not created when try to directory download in ftp server.
regards,
Re: download issue
hello,
The empty directory was not created when try to directory download in ftp server.
regards,
additionally,
the empty sub-directory was not created. but single empty directory is download good.
Re: download issue
Bonghwan,
You need to be more specific. What method did you use? I assume you're talking about GetFiles.
If so, can you show me exactly how you called the component?
Regards,
Damba
Re: download issue
Hi Damba,
and the file exist in sub-directory download is good. otherwise empty sub-directory download(create) is fail.
and GetFiles method use:
m_Service.GetFiles(oWorkQ.Value1, oWorkQ.Value2, 0)
regards,
Re: download issue
Bonghwan,
You didn't provide me the exact values of the Local and Remote paths used in GetFiles call. However, when you call GetFiles, it will copy all the Files *IN* the Remote folder specified, and not create the directory itself.
It will on the other hand create subfolders, and their subfolders.
In other words, let's say you have a folder /someFolder which contains files and subsdirectories. When you call GetFiles( C: , /someFolder , 0) it will not create the someFolder in C: . It will simply copy items from /someFolder to C: .
Regards,
Damba
Re: download issue
sorry, i missed the point of my explain.
/dirtest directory contains one file and two sub-directories.
/dirtest/test.txt file download is OK.
/dirtest/dir1 directory download is OK.
/dirtest/dir1/test1.txt file download is OK.
/dirtest/dir2 directory download was fail.
/dirtest/dir2 directory is empty.
and then c: directory contains one file and one sub-directory.
C:dirtest est.txt is exist
C:dirtestdir1 is exist
C:dirtestdir1 est1.txt is exist
C:dirtestdir2 directory is not exist.
regards,
Re: download issue
Bonghwan,
I believe I've duplicated this behaviour. I've forwarded it to our programmers to check it out. We'll inform you as soon as we know more.
Regards,
Damba
Re: download issue
Bonghwan,
Please request update and try it out. This issue should be resolved.
regards,
Damba
Re: download issue
Hi Damba,
i have tested the newest version(request update). but not changed.
please check it on the version.
thanks,
Re: download issue
Bonghwan,
Did you try it out maybe? We change only build number. Latest version is 3.0.5.584.
You can check version using wodFtpDLX Version Property.
Drazen
Re: download issue
Damba,
i'm using the wodFTPDLX.Net version. the latest version is 1.6.0.181.
regards,