PC Review


Reply
Thread Tools Rate Thread

How to Download/Upload files using OpenNETCF.Net.Ftp ?

 
 
Tihomir Ignatov
Guest
Posts: n/a
 
      2nd Jun 2005
Hello,
How can I Download/Upload files using OpenNETCF.Net.Ftp ?

Regards
Tihomir
 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      2nd Jun 2005
Have you looked at the class? GetFile()? SendFile()?

Paul T.

"Tihomir Ignatov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
> How can I Download/Upload files using OpenNETCF.Net.Ftp ?
>
> Regards
> Tihomir



 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      2nd Jun 2005
There's a sample in the source Vault. Details are found in the 'Source
Code' section of our site.

www.opennetcf.org

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate


"Tihomir Ignatov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
> How can I Download/Upload files using OpenNETCF.Net.Ftp ?
>
> Regards
> Tihomir



 
Reply With Quote
 
Tihomir Ignatov
Guest
Posts: n/a
 
      2nd Jun 2005
Yes, I have!
But there isn't (Vault) Class FTP:

CommandResponse.cs
FtpCommandType.cs
FtpControlStream.cs
FtpDataStream.cs
FtpRequestCreator.cs
FtpStatusCode.cs
FtpStream.cs
FtpWebRequest.cs
FtpWebResponse.cs
X509CertificateCollection.cs




Regards
Tihomir Ignatov






Paul G. Tobey [eMVP] wrote:
> Have you looked at the class? GetFile()? SendFile()?
>
> Paul T.
>
> "Tihomir Ignatov" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>Hello,
>>How can I Download/Upload files using OpenNETCF.Net.Ftp ?
>>
>>Regards
>>Tihomir

>
>
>

 
Reply With Quote
 
Tihomir Ignatov
Guest
Posts: n/a
 
      2nd Jun 2005
Hi
I explore this source and example before write my post, but there
haven't a demonstration for download/upload!

Regards
Tihomir Ignatov

Chris Tacke, eMVP wrote:
> There's a sample in the source Vault. Details are found in the 'Source
> Code' section of our site.
>
> www.opennetcf.org
>

 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      2nd Jun 2005
I'm checking into it. There are files that I have which don't appear in the
vault...

Paul T.

"Tihomir Ignatov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Yes, I have!
> But there isn't (Vault) Class FTP:
>
> CommandResponse.cs
> FtpCommandType.cs
> FtpControlStream.cs
> FtpDataStream.cs
> FtpRequestCreator.cs
> FtpStatusCode.cs
> FtpStream.cs
> FtpWebRequest.cs
> FtpWebResponse.cs
> X509CertificateCollection.cs
>
>
>
>
> Regards
> Tihomir Ignatov
>
>
>
>
>
>
> Paul G. Tobey [eMVP] wrote:
>> Have you looked at the class? GetFile()? SendFile()?
>>
>> Paul T.
>>
>> "Tihomir Ignatov" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>
>>>Hello,
>>>How can I Download/Upload files using OpenNETCF.Net.Ftp ?
>>>
>>>Regards
>>>Tihomir

>>
>>


 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      2nd Jun 2005
There is no FTP class in the SDF. We initially had one in Vault, but we
refactored the namespace to match the full framework, so it was removed
before the SDF 1.3 release. There's a sample for using the existing classes
in Vault.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate


"Tihomir Ignatov" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Yes, I have!
> But there isn't (Vault) Class FTP:
>
> CommandResponse.cs
> FtpCommandType.cs
> FtpControlStream.cs
> FtpDataStream.cs
> FtpRequestCreator.cs
> FtpStatusCode.cs
> FtpStream.cs
> FtpWebRequest.cs
> FtpWebResponse.cs
> X509CertificateCollection.cs
>
>
>
>
> Regards
> Tihomir Ignatov
>
>
>
>
>
>
> Paul G. Tobey [eMVP] wrote:
>> Have you looked at the class? GetFile()? SendFile()?
>>
>> Paul T.
>>
>> "Tihomir Ignatov" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>
>>>Hello,
>>>How can I Download/Upload files using OpenNETCF.Net.Ftp ?
>>>
>>>Regards
>>>Tihomir

>>
>>


 
Reply With Quote
 
Damon Payne
Guest
Posts: n/a
 
      3rd Jun 2005
Paul, any progress on the upload example? I didn't see anything in
Vault either.

 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      6th Jun 2005
There is a new sample in Samples\Ftp\FtpFile. There was also a bug in the
FtpDataSteam class which has been fixed, so you'll have to get the latest
version of that from the Vault and compile the OpenNETCF.Net namespace
yourself.

Paul T.

"Damon Payne" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Paul, any progress on the upload example? I didn't see anything in
> Vault either.
>



 
Reply With Quote
 
Damon Payne
Guest
Posts: n/a
 
      14th Jun 2005
I got the new example and built the FTP classes. I am using this code
to upload a series of images, often 50 or more. I am experiencing
behavior where after 10-12 images I will get an error such as "Unable
to log in to FTP server" or "Connection closed by remote host" or
"Unable to connect because the target machine actively refused it". I
have re-try logic in place, but it seems as though once it crashes it
will not be able to successfully make the connection again without
restarting the app. Any thoughts?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload/Download files in Chunks on FTP Hemant Microsoft VB .NET 2 27th Apr 2010 07:26 PM
Upload & Download Excel files via FTP windsurferLA Microsoft Excel Programming 0 9th Oct 2007 07:46 PM
Can't upload or download files JoeyJet Windows XP General 4 13th Nov 2005 07:55 AM
Re: Upload and Download Files Thomas A. Rowe Microsoft Frontpage 0 10th Aug 2004 04:36 PM
How to upload/download files ? Maxim Kazitov Microsoft ASP .NET 2 11th Apr 2004 06:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:07 AM.