download issue (wodSFTP / wodSFTP.NET / wodSFTPdll)
by bonghwan, Thursday, May 20, 2010, 06:50 (5302 days ago)
hello,
The empty directory was not created when try to directory download in ftp server.
regards,
Re: download issue
by bonghwan, Thursday, May 20, 2010, 07:06 (5302 days ago) @ bonghwan
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
by wodDamir, Thursday, May 20, 2010, 08:47 (5302 days ago) @ bonghwan
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
by bonghwan, Thursday, May 20, 2010, 12:17 (5302 days ago) @ wodDamir
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
by wodDamir, Thursday, May 20, 2010, 12:27 (5302 days ago) @ bonghwan
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
by bonghwan, Thursday, May 20, 2010, 12:46 (5302 days ago) @ wodDamir
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
by wodDamir, Thursday, May 20, 2010, 14:00 (5302 days ago) @ bonghwan
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
by wodDamir, Thursday, May 20, 2010, 15:07 (5302 days ago) @ wodDamir
Bonghwan,
Please request update and try it out. This issue should be resolved.
regards,
Damba
Re: download issue
by bonghwan, Friday, May 21, 2010, 05:09 (5301 days ago) @ wodDamir
Hi Damba,
i have tested the newest version(request update). but not changed.
please check it on the version.
thanks,
Re: download issue
by woddrazen, Friday, May 21, 2010, 09:02 (5301 days ago) @ bonghwan
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
by bonghwan, Friday, May 21, 2010, 11:50 (5301 days ago) @ woddrazen
Damba,
i'm using the wodFTPDLX.Net version. the latest version is 1.6.0.181.
regards,