Hi,
I'm having trouble with the CFTPSession.Retrieve(...)
I'll get panic (User 11) if the length of in-param "const TDesC& aNewLocalFileName" is > 16
****Anyone who have a workaround for this?
if not, a other way is to work with
1.setting the SystemDefaultPath to the wanted path
2.make request to CFTP.Retrieve/Store and having 16characters for the filename.
3.replace previous SystemDefultPath (for other threads)
****How do you change the SystemDefaultPath?
Thanks in advance
(Im using the ftp-example (for S60 2nd Edition ) in a S60 3rd Edition because I havn't found any example spec for 3rd Ed.)