Solved!
Searching if this was a C7-00 or Symbian^3 known issue i found this:...
Type: Posts; User: ejuanillo; Keyword(s):
Solved!
Searching if this was a C7-00 or Symbian^3 known issue i found this:...
No luck
No Platform Security warnings
Ok, i read the link you provided.
Now i know what to look for :P
i'll tell you if i found any warning in Epocwind.out
Thanks
Hi wizard_hu,
Thanks for your answer.
SetOpt returns KErrNone (i'm checking it now).
And about Epocwind.out ... i don't see any secutity warnings.
However it's true that i don't know exactly...
Hi everybody,
I'm having some troubles to make a secure connection.
This is how i prepare secure connection:
iTlsSocket = CSecureSocket::NewL(iSocket,_L("TLS1.0"));...
Hi everybody,
I'm developing a call monitor and i need to know when calls get connected, disconnected, held ...
I'm using CTelephony (etel3rdParty) to monitor the voice line.
I'having problems...
Hi everybody,
I'm developing an app (S60 3rd edition) that does not have UI.
It's like a system service, always running on background.
I was wondering if anybody knows how to put an indicator...
Hi everybody,
Sorry about the delay in my reply, but i'm working in another things now.
I couldn't get things works fine with ftplib. My first problem was to send files, and when i thought...
FtpQuit doesn't work like i want. I mean, it closes the connection with the FTP server, but leaves active the internet connection on the phone.
I think the best approach to do this is:
1. Open...
Hi ekstrand_joachim,
I will try FtpQuit. However, as far i know, if you call FtpClose with the connection reference, the function close the connectio and frees all resources.
netbuf *conn;...
When i use ftplib to send files to my ftp server, my app automatically asks the user about what connection (access point) he want to use.
When the transfer completes i free the connection with...
Well, now i can send files to my ftp server.
I think the problem was the conversion between TBuf and char* for the arguments of the ftplib functions.
Something related to char's size. TBuf uses...
Hi,
I'm having problems to send a file to a FTP server. I'm using ftplib (from OpenCFTPclient example).
I'm able to connect and login to the server, make dirs in the server and change to them,...