FTP API

Login to reply to this topic.
Tue, 2005-04-26 10:50
Joined: 2004-10-28
Forum posts: 14
Hello,

  I am trying to develope a simple FTP client that uploads and downloads a file from a server. Although the CFTPSession and CFtpProtocol classes are documented, I think that there aren't this DLLs in phone. Does anybody know something about FTP library in Series 60 phones?

  Thanks in advance.

Tue, 2005-04-26 11:39
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 723
FTP API
I confirm that there is no FTP support (in terms of a real implementation in a DLL) on Series 60. There may be, however, 3rd party components that enable you to use FTP.

tOtE

Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

Wed, 2005-07-13 10:01
Joined: 2005-07-12
Forum posts: 7
Re: FTP API
When I try open my application on mobile, application fails to start. When I comment out line - CFTPSession::NewL(), it starts ok. This line is in a place that is never to be executed but still the application fails to start. ftpsess.lib and ftpprot.lib exists in ..\armi\urel - directory. (I am using Series 60, Symbian 8.0a with SDK 2 fp2)

Is this kind of behaviourism result of missing dlls or something else?

If it is caused by missing dlls, is there a way to get those?
Wed, 2005-07-13 10:11
Joined: 2005-04-01
Forum posts: 118
Re: FTP API
hi
there is only prototype for FTP api's given.
no implementation there.
i'm also insearch of FTP api.

Prashant {prashu}

Wed, 2005-07-20 22:41
Joined: 2004-05-26
Forum posts: 20
Re: FTP API
So did anybody get it to work . i am trying to get ftp work on the nokia 6630 phone. The sdk that i am making use of is Series 60 2nd edition feature pack 2

Thanks in advance
Gowtham
Tue, 2006-05-30 07:36
Joined: 2005-05-12
Forum posts: 26
Re: FTP API
On Forum Nokia there is a FTP example. In the archive file they also provide a SIS to install the FTP libraries on the 2nd edition phones.
http://www.forum.nokia.com/info/sw.nokia.com/id/0041e19b-c315-4a6b-b86a-11f304771516/Series_60_Platform_FTP_Example_v1_0.zip.html
  • Login to reply to this topic.