📄 release_notes.txt
字号:
About Series 60 Platform: FTP Example
-------------------------------------
The FTP Example demonstrates the usage of the FTP (File Transfer Protocol) Service API, and more
precisely, the CFTPSession class.
It allows connecting to and disconnecting from an FTP server and it implements the pwd, dir, cd,
mkdir, rmdir, delete, rename, get, and put commands of the File Transfer Protocol.
The FTP library package provided within the example is required in order to use FTP. It is supported in
Series 60 Platform 2nd Edition FP1, FP2, and FP3 devices.
Prerequisites
------------
- Symbian OS key concepts
- Basic knowledge of FTP
Known issues
------------
Many Series 60 devices do not have ftpsess.dll installed by default. The dll must be installed in order
to run this example. Install the ftp_libraries_series_60.SIS, included in this package, to your device
before running this example.
You can also create an embedded .sis file that will install both the FTP Example and the FTP libraries at
the same time. The UID for the ftp_libraries_series_60.sis is 0x101FF1E3.
Important classes
-----------------
CFtpExampleEngine:
A class that is used for communicating with the FTP server. All FTP commands are run through
this class.
Running the FTP Example
----------------------
To connect to an FTP server, select Connect from the Options menu.
Then type in the server's host name, username, and password and click OK.
When a connection to an FTP server has been successfully created, you can start using the
predefined FTP commands. These commands are in the Commands submenu, which is under
the Options menu.
A running FTP command can be cancelled by clicking Cancel. The Cancel button is available
only while an FTP command is running.
When you want to disconnect from the FTP server, select Disconnect from the Options
menu. The Disconnect command is available only when a connection to an FTP server is active.
Installation instructions
-------------------------
-------------------------
MOBILE DEVICE
------------------
Go to /FtpExample/group
bldmake bldfiles
abld build thumb urel
Go to /FtpExample/sis
makesis FtpExample.pkg
Install the .sis file to your device
EMULATOR
------------------
Go to /FtpExample/group
bldmake bldfiles
abld build wins udeb
Start the emulator
TESTED WITH Nokia 6670, Nokia 6630, and Nokia N90
created / tested with Series 60 2nd Edition SDK for Symbian OS Supporting Feature Pack 2, for C++,
Supporting CodeWarrior
EVALUATE THIS RESOURCE
Please spare a moment to help us improve documentation quality and recognize the examples you find
most valuable, by rating this resource <http://www.forum.nokia.com/main/1%2C%2C90%2C00.html?surveyId=0041e19b-c315-4a6b-b86a-11f304771516/Series_60_Platform_FTP_Example_v1_0.zip>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -