transfering files from one server to another through internet (ftp)

  • Thread starter Patrick Steele [MVP]
  • Start date
P

Patrick Steele [MVP]

Does someone knows a easy way how to acomplsih the folowing

i made a online catalogue with order basket

the orders that i store in my database should be submitted to a other
webserver elsewhere on the web by ftp ( webservice is not an option because
the other party is not so smart :-( )
they want this order received on there ftp site so how can i access a ftp
server from my VB code to write a order file ???

The current version of .NET does not have any built-in FTP class. See
below for some solutions:

VB.NET
http://www.allapi.net/classlib/class.php?id=23
http://www.allapi.net/classlib/class.php?id=10

C#
http://www.enterprisedt.com/downloads/csftp/csftp.html
http://www.codeproject.com/dotnet/dotnetftp.asp
http://www.csharphelp.com/archives/archive9.html
http://www.aspalliance.com/shark/articles/FtpView/FtpViewDoc.aspx

Commercial
http://www.abderaware.com/ (FTP.NET)
http://www.devpower.com/net/
 
M

M. Posseth

Does someone knows a easy way how to acomplsih the folowing

i made a online catalogue with order basket

the orders that i store in my database should be submitted to a other
webserver elsewhere on the web by ftp ( webservice is not an option because
the other party is not so smart :-( )
they want this order received on there ftp site so how can i access a ftp
server from my VB code to write a order file ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Asp.net Important Topics. 0

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top