Downloading files with the same structure (General questions)
Hi Sir's,
Is theres a way to create the same structure to the local PC from the FTP site?
Example from the FTP site the path is: /home/user/folder1/subfolder2/file.txt
Then when i try to execute this code
wodsftpdlx.getfiles c:sampleprogram , /home/user/folder1/subfolder2/file.txt , 0
I'd like the localpath to be like this:
c:sampleprogramfolder1subfolder2
Is this possible?
Thanks