Home All Groups Group Topic Archive Search About
Author
31 Mar 2005 4:38 PM
Marty
Hi,
I want to upload one file to a ftp server.  I read this article, but it
don't tell me how to coordinate the upload command on one port and to
send the file on the second port.
http://www.developer.com/net/vb/article.php/3424121

Any idea?

Thank you
Marty

Author
31 Mar 2005 4:59 PM
Marty
ok, I found the MS Internet transfer control component. I think this
will do the thing.


Marty wrote:

Show quoteHide quote
> Hi,
> I want to upload one file to a ftp server.  I read this article, but it
> don't tell me how to coordinate the upload command on one port and to
> send the file on the second port.
> http://www.developer.com/net/vb/article.php/3424121
>
> Any idea?
>
> Thank you
> Marty
Author
31 Mar 2005 5:25 PM
Crouchie1998
The control you just found is what the VB 6 users use. Take a look at these:

http://www.dotnet-news.com/gma/ftp

Also, on Microsoft Knowledge Base is a FTP class available here:

http://support.microsoft.com/default.aspx?scid=kb;en-us;832679

Here's a few more:

http://www.freevbcode.com/ShowCode.asp?ID=4655
-----------------
http://www.mentalis.org/classlib/class.php?id=10
http://www.mentalis.org/classlib/class.php?id=9
-----------------

I hope these help


"Marty" <xmart***@hotmail.com> wrote in message
news:B%V2e.118002$ZO2.44183@edtnps84...
Show quoteHide quote
> ok, I found the MS Internet transfer control component. I think this
> will do the thing.
>
>
> Marty wrote:
>
> > Hi,
> > I want to upload one file to a ftp server.  I read this article, but it
> > don't tell me how to coordinate the upload command on one port and to
> > send the file on the second port.
> > http://www.developer.com/net/vb/article.php/3424121
> >
> > Any idea?
> >
> > Thank you
> > Marty
Author
31 Mar 2005 6:22 PM
Richard L Rosenheim
There are several .NET FTP clients available on GotDotNet.
http://www.gotdotnet.com/community/usersamples/Default.aspx?query=ftp

The one I have used, and like, is FTP Client Class Library 1.10,
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=E434024B-62C8-48F6-BE8A-F20EF90BB586

There are also various commercial third-party FTP libraries.  A good place
to look is Xtras.net  http://www.xtras.net

Richard Rosenheim



"Marty" <xmart***@hotmail.com> wrote in message
news:B%V2e.118002$ZO2.44183@edtnps84...
Show quoteHide quote
> ok, I found the MS Internet transfer control component. I think this
> will do the thing.
>
>
> Marty wrote:
>
> > Hi,
> > I want to upload one file to a ftp server.  I read this article, but it
> > don't tell me how to coordinate the upload command on one port and to
> > send the file on the second port.
> > http://www.developer.com/net/vb/article.php/3424121
> >
> > Any idea?
> >
> > Thank you
> > Marty