Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

need sample FTP code for C# on WM6 SmartPhone using CF3.5

184 views
Skip to first unread message

Torsten Staab

unread,
Jan 25, 2008, 12:58:13 AM1/25/08
to
I'm looking for some code example of how to do FTP on a smart phone under
Windows Mobile 6, using C# and CF 3.5. I need to upload and download files
from/to the smart phone.

url:http://www.ureader.com/gp/1428-1.aspx

Peter Foot

unread,
Jan 25, 2008, 4:17:26 AM1/25/08
to
There isn't any FTP functionality built into the Compact Framework but
several third-party implementations are available. We have one which is
designed to match the desktop framework implementation, and the evaluation
version includes a sample application to perform uploads/downloads -
http://inthehand.com/content/Networking.aspx

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Torsten Staab" <tst...@lanl.NOSPAM.gov> wrote in message
news:a01e5d6146a84993...@newspe.com...

haseebyousaf

unread,
Nov 3, 2009, 12:03:05 AM11/3/09
to
I have been using

http://code.google.com/p/ploopftp/

works great for me, they provide a couple of examples as well

Peter Foot wrote:

There isn't any FTP functionality built into the Compact Framework but several

25-Jan-08

There isn't any FTP functionality built into the Compact Framework but
several third-party implementations are available. We have one which is
designed to match the desktop framework implementation, and the evaluation
version includes a sample application to perform uploads/downloads -
http://inthehand.com/content/Networking.aspx

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Torsten Staab" <tst...@lanl.NOSPAM.gov> wrote in message
news:a01e5d6146a84993...@newspe.com...

Previous Posts In This Thread:

On Friday, January 25, 2008 12:58 AM
Torsten Staab wrote:

need sample FTP code for C# on WM6 SmartPhone using CF3.5


I'm looking for some code example of how to do FTP on a smart phone under
Windows Mobile 6, using C# and CF 3.5. I need to upload and download files
from/to the smart phone.

url:http://www.ureader.com/gp/1428-1.aspx

On Friday, January 25, 2008 4:17 AM
Peter Foot wrote:

There isn't any FTP functionality built into the Compact Framework but several
There isn't any FTP functionality built into the Compact Framework but
several third-party implementations are available. We have one which is
designed to match the desktop framework implementation, and the evaluation
version includes a sample application to perform uploads/downloads -
http://inthehand.com/content/Networking.aspx

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Torsten Staab" <tst...@lanl.NOSPAM.gov> wrote in message
news:a01e5d6146a84993...@newspe.com...

EggHeadCafe - Software Developer Portal of Choice
EBCDIC Encoding with .NET
http://www.eggheadcafe.com/tutorials/aspnet/4c62686b-7561-4c84-8935-0e2a7d65f615/ebcdic-encoding-with-net.aspx

Christian Helle

unread,
Nov 3, 2009, 6:37:01 AM11/3/09
to
I think the OpenNETCF SDF also contains FTP functionality

Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


> I have been using
>
> http://code.google.com/p/ploopftp/
>
> works great for me, they provide a couple of examples as well
>
> Peter Foot wrote:
>
> There isn't any FTP functionality built into the Compact Framework but
> several 25-Jan-08
>
> There isn't any FTP functionality built into the Compact Framework but
> several third-party implementations are available. We have one which
> is designed to match the desktop framework implementation, and the
> evaluation version includes a sample application to perform
> uploads/downloads - http://inthehand.com/content/Networking.aspx
>
> Peter
>

> "Torsten Staab" <tst...@lanl.NOSPAM.gov> wrote in message
> news:a01e5d6146a84993...@newspe.com...
>
> Previous Posts In This Thread:
>
> On Friday, January 25, 2008 12:58 AM
> Torsten Staab wrote:
> need sample FTP code for C# on WM6 SmartPhone using CF3.5
> I'm looking for some code example of how to do FTP on a smart phone
> under
> Windows Mobile 6, using C# and CF 3.5. I need to upload and download
> files
> from/to the smart phone.
> url:http://www.ureader.com/gp/1428-1.aspx
>
> On Friday, January 25, 2008 4:17 AM
> Peter Foot wrote:
> There isn't any FTP functionality built into the Compact Framework but
> several There isn't any FTP functionality built into the Compact
> Framework but several third-party implementations are available. We
> have one which is designed to match the desktop framework
> implementation, and the evaluation version includes a sample
> application to perform uploads/downloads -
> http://inthehand.com/content/Networking.aspx
>
> Peter
>

doudou doudou

unread,
Aug 27, 2010, 6:00:19 AM8/27/10
to
Hello,

I'm french and I'm looking for a solution to transfer file from PDA using FTP.

I see that you use ploopftp and I'd like to get it... but I can't download it from google...

could you please send me a zip of the project on my email:
doudou...@hotmail.com

Thanks a lot

> On Friday, January 25, 2008 12:58 AM Torsten Staab wrote:

> I'm looking for some code example of how to do FTP on a smart phone under
> Windows Mobile 6, using C# and CF 3.5. I need to upload and download files
> from/to the smart phone.
>
> url:http://www.ureader.com/gp/1428-1.aspx


>> On Friday, January 25, 2008 4:17 AM Peter Foot wrote:

>> There isn't any FTP functionality built into the Compact Framework but

>> several third-party implementations are available. We have one which is
>> designed to match the desktop framework implementation, and the evaluation
>> version includes a sample application to perform uploads/downloads -
>> http://inthehand.com/content/Networking.aspx
>>
>> Peter
>>
>> --
>> Peter Foot
>> Microsoft Device Application Development MVP
>> www.peterfoot.net | www.inthehand.com
>> In The Hand Ltd - .NET Solutions for Mobility
>>
>> "Torsten Staab" <tst...@lanl.NOSPAM.gov> wrote in message
>> news:a01e5d6146a84993...@newspe.com...


>>> On Tuesday, November 03, 2009 12:03 AM Haseeb Yousaf wrote:

>>> I have been using
>>>
>>>
>>>
>>> http://code.google.com/p/ploopftp/
>>>
>>>
>>>
>>> works great for me, they provide a couple of examples as well


>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>> Custom Favorites Web Site with MongoDb and NoRM
>>> http://www.eggheadcafe.com/tutorials/aspnet/7fbc7a01-5d30-4cd3-b373-51d4a0e1afa8/custom-favorites-web-site-with-mongodb-and-norm.aspx

0 new messages