OBEXFTP (Windows CE 5.0)
This sample application illustrates how to establish FTP services using the Windows CE–based Bluetooth stack over OBEX.
Usage
obexftp
When the application starts, you can use the command connect to connect to a Bluetooth device in the vicinity. A list of Bluetooth devices will be displayed during the connection process and you can choose the one that you want to perform FTP operations on. After the connection is established, you can perform typical FTP operations such as put, get, cd, and dir. You can terminate the session using the disconnect command.
Sample code for ObexFTP is provided in %_WINCEROOT%\Public\Servers\SDK\Samples\OBEX\ObexFTP.
See Also
Send Feedback on this topic to the authors