Sharing Folders in WinCE 6.0

  • Follow


Dear All,

    I need to share a folder inside the WinCE 6.0 device. So that I can copy 
files from Windows PC to WinCE device as we normally do in Windows PC. I 
would like to know any documents or links available to get this information. 
Any Catalog items and registry settings needs to be done while building WinCE 
image.


0
Reply Utf 5/21/2010 10:55:01 AM

Wince supports the following options to sharing the data between the PC and 
your device.
1) you can use ActiveSync.(SYSGEN_AS_BASE,SYSGEN_AS_FILE). ActiveSync uses 
serial port or USB serial client to communitate with the device.
2) you can Mass Storage client(SYSGEN_USBFN_STORAGE), provided, your device 
has USB client controller and you have a storage area (RAMDISK or persistent 
storage).

3) you can use FTP server(SYSGEN_FTPD) in the device to share the data.
-- 
vinoth.R
http://vinoth-vinothblog.blogspot.com
http://www.e-consystems.com


"SIDDIQ" wrote:

> Dear All,
> 
>     I need to share a folder inside the WinCE 6.0 device. So that I can copy 
> files from Windows PC to WinCE device as we normally do in Windows PC. I 
> would like to know any documents or links available to get this information. 
> Any Catalog items and registry settings needs to be done while building WinCE 
> image.
> 
> 
0
Reply Utf 5/21/2010 1:36:01 PM


On 5/21/2010 3:36 PM, Vinoth [MCTS] wrote:
> Wince supports the following options to sharing the data between the PC and
> your device.
> 1) you can use ActiveSync.(SYSGEN_AS_BASE,SYSGEN_AS_FILE). ActiveSync uses
> serial port or USB serial client to communitate with the device.
> 2) you can Mass Storage client(SYSGEN_USBFN_STORAGE), provided, your device
> has USB client controller and you have a storage area (RAMDISK or persistent
> storage).
>
> 3) you can use FTP server(SYSGEN_FTPD) in the device to share the data.

You can use also the SMB server ("file server under the server 
components) to share folder using Windows file sharing.

-- 
Valter Minute (eMVP)
Training, support and development for Windows CE:
www.fortechembeddedlabs.it
My embedded programming and cooking blog:
www.geekswithblogs.net/WindowsEmbeddedCookbook
Windows Embedded support forums in Italian:
http://social.msdn.microsoft.com/Forums/it-IT/windowsembeddedit/threads
(the reply address of this message is invalid)
0
Reply Valter 5/24/2010 9:07:53 AM

2 Replies
1011 Views

(page loaded in 0.09 seconds)

Similiar Articles:
















7/24/2012 9:10:49 AM


Reply: