Hail,
Using the FTP API function, is it possible to get all files, for example:
FtpGetFile hConnection, "test.cod", "e:\codr\test.cod", False, 0, FTP_TRANSFER_TYPE_UNKNOWN, 0
Let's say I had test2 and test3 in that directory, would it be possible to retrieve them all with one command like *.* or something instead of looping through?
Phailak
Using the FTP API function, is it possible to get all files, for example:
FtpGetFile hConnection, "test.cod", "e:\codr\test.cod", False, 0, FTP_TRANSFER_TYPE_UNKNOWN, 0
Let's say I had test2 and test3 in that directory, would it be possible to retrieve them all with one command like *.* or something instead of looping through?
Phailak