Very much possible.
No configuration is required... If you try to open a socket on emulator, it will by default open WINSOCK.
A small ques:
Which SDK are you using... as in S60 3rd edition FTP libraries are not there.. you will be able to run your FTP code on host(emulator) but not target......
Br
Gurpreet www.mobisy.com
If you are working on UIQ, there is a SDK configurator menu in your start menu. You can configure your communication parameters via the "Communications" tab
And FTP is not supported on OS9.1, but it can be supported on future revisioon.
good luck
I have to open an FTP connection and download the contents of it to my mobile.
If it works fine in emulator and not in target,
then do i need to write a new FTP protocol for target?
I doesn't work on Target as Target doesn't have FTP specific Libs /dlls.
A question...
Can u use http server instead of FTP server???
-. If yes, use S60's http interface to make http connection
-. Make a Http get from your code, and you will get that file.
-. Or if you want to send some data to server, make a post to http server, have a php script there, which is get your posted data, and return you the response.
This is what I did. May be your use case is totally different.
Forum posts: 82
Very much possible.
No configuration is required... If you try to open a socket on emulator, it will by default open WINSOCK.
A small ques:
Which SDK are you using... as in S60 3rd edition FTP libraries are not there.. you will be able to run your FTP code on host(emulator) but not target......
Br
Gurpreet
www.mobisy.com
Forum posts: 52
Hi ManiInn
If you are working on UIQ, there is a SDK configurator menu in your start menu. You can configure your communication parameters via the "Communications" tab
And FTP is not supported on OS9.1, but it can be supported on future revisioon.
good luck
Forum posts: 10
Hi Gurpreet and Mickey,
I am using S60 3rd edition, OS v9.2.
I have to open an FTP connection and download the contents of it to my mobile.
If it works fine in emulator and not in target,
then do i need to write a new FTP protocol for target?
Thanks,
ManiInn
Forum posts: 82
I doesn't work on Target as Target doesn't have FTP specific Libs /dlls.
A question...
Can u use http server instead of FTP server???
-. If yes, use S60's http interface to make http connection
-. Make a Http get from your code, and you will get that file.
-. Or if you want to send some data to server, make a post to http server, have a php script there, which is get your posted data, and return you the response.
This is what I did. May be your use case is totally different.
Br
Gurpreet
Forum posts: 5
can u give me the link / tutorial about this s60's http interface. i would like to use it on my codes
thx.
Forum posts: 10
Give me your email id. I will send you a pdf file about the HTTP browser which has the details about creation of HTTP browser.
Regards,
ManiInn