Friday, March 16, 2012

On FTP API in .NET

There is FTP API in MSDN (VC++6.0). Can I use it in .NET windows form
application?

I found a FTPTREE executable code example. Is there source code for this
example?

Thanks

Dabid"david" <david@.discussions.microsoft.com> wrote in message
news:0129B0A1-9F9B-4D8C-8F8A-9D6B3224F71B@.microsoft.com...

> There is FTP API in MSDN (VC++6.0). Can I use it in .NET windows form
> application?

Sure, why not?

Alernatively, why not use one of the many free .NET FTP clients...?

http://www.google.com/search?hl=en&...3%22+FTP+client
Thank you for your advice.

Since .NET is for maneged code, I would like to ask.
I only want to use the API functions in my class.

David

"Mark Rae" wrote:

> "david" <david@.discussions.microsoft.com> wrote in message
> news:0129B0A1-9F9B-4D8C-8F8A-9D6B3224F71B@.microsoft.com...
> > There is FTP API in MSDN (VC++6.0). Can I use it in .NET windows form
> > application?
> Sure, why not?
> Alernatively, why not use one of the many free .NET FTP clients...?
> http://www.google.com/search?hl=en&...3%22+FTP+client
>
Thank you for the google links.

David

"Mark Rae" wrote:

> "david" <david@.discussions.microsoft.com> wrote in message
> news:0129B0A1-9F9B-4D8C-8F8A-9D6B3224F71B@.microsoft.com...
> > There is FTP API in MSDN (VC++6.0). Can I use it in .NET windows form
> > application?
> Sure, why not?
> Alernatively, why not use one of the many free .NET FTP clients...?
> http://www.google.com/search?hl=en&...3%22+FTP+client
>
"david" <david@.discussions.microsoft.com> wrote in message
news:7F5BC6C4-353A-465A-954A-0E88D7E7F703@.microsoft.com...

> I only want to use the API functions in my class.

That's your choice, of course, but why even bother with .NET in that
case...?

0 comments:

Post a Comment