qw11403
hi
I have created a project to do some operation with the smartFTP, and i can use the following function to download file.
enumError DownloadFile(
BSTR szRemoteFile,
BSTR szLocalFile,
long nStartPosLo,
long nStartPosHi
);
and this function have no parameter that let me to store the file to my favorite folder. the file which i downloaded is stroed in the default folder. anybody know which function i can used to change the default download fold to other place? thank you.
Brett
I have created a project to do some operation with the smartFTP, and i can use the following function to download file.
enumError DownloadFile(
BSTR szRemoteFile,
BSTR szLocalFile,
long nStartPosLo,
long nStartPosHi
);
and this function have no parameter that let me to store the file to my favorite folder. the file which i downloaded is stroed in the default folder. anybody know which function i can used to change the default download fold to other place? thank you.
Brett