473,589 Members | 2,585 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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 ???
Nov 18 '05 #1
4 1495
In article <ca*********@re ader10.wxs.nl>, mi*****@nohausy stems.nl
says...
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/art...tpViewDoc.aspx

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

--
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net/psteele
Nov 18 '05 #2
I use the rebex.net controls and they work excellent. Their support
was also great. The sell you the source code too.

http://www.rebex.net

-Adam
Nov 18 '05 #3
The Delphi version of the Indy controls are being ported to Delphi.Net,
which includes FTP Server/Client, MAPI, POP3 etc.
http://www.indyproject.org/download/DotNet.html
"M. Posseth" <mi*****@nohaus ystems.nl> wrote in message
news:ca******** *@reader10.wxs. nl...
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 ???

Nov 18 '05 #4
Here's some FTP code you should be able to use:
http://www.mentalis.org/classlib/ind...t+%26+Networks
http://www.codeproject.com/dotnet/dotnetftp.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"M. Posseth" <mi*****@nohaus ystems.nl> wrote in message
news:ca******** *@reader10.wxs. nl...
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 ???

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
11117
by: Stephane | last post by:
Hello, I need to allow an end user to upload video files on a server and in the same time to put the file name and a few infos in a database. It must be very simple for the end user, and uploading with a browser in a form would be perfect since it allows to upload and fill a form in the same time. I'll have full control of the server (no max_size problem etc). The end user connexion is ADSL, the server is on a 100mb internet connexion.
9
3318
by: Markus Ernst | last post by:
Hi For a CMS admin tool I would like to provide a possibility to upload large files to a directory on the webserver. As HTTP uploads are limited in file size and also not comfortable in handling, I thought of an FTP solution. Displaying a link to ftp://mydomain.com/mydirectory is easy but limited to browsers who can act as FTP clients, such as Internet Explorer. When looking at PHP's FTP functions and googling for web-based FTP
1
1469
by: Next | last post by:
Hello, I sure could use someone's help : ) I need to authenticate users and securely upload files from laptops on the internet ( not on the same domain as server ) to a server on my domain. But I don't want any interaction from the user...I don't want them to have to enter a username and password. So I believe part of the solution is to use certificates...Many-to-one...Right?
7
1456
by: RayAll | last post by:
I am using HTTP to upload files to a database ,I'm just curious if I can do it through FTP too and what would be the advantages and disadvantages of these two method? Thanks
9
3218
by: Bob Achgill | last post by:
I would like to use the timestamp on files to manage the currency of support files for my VB windows application. In this case I would only put the timestamp of the file in the management database and not the file itself. To do this I will need to have a File class property for Create time and date that will let me "set" the Create time and date of the file to my own chooseing. The VB file class does not appear to have the ability
0
1655
by: Stefan Schwarzer | last post by:
Hi all! For my FTP library module ftputil , some users have asked for a way to avoid server timeouts (FTP status code 421). But I haven't found out yet how I can do this in all cases. I try to explain the problem in more detail. The following is rather special and probably not so easy to understand, but I'll do my best. Please ask if you need more information.
5
2271
by: Pilence | last post by:
Hy!! Can someone tell me please how to do this type of work done by using C#......
1
7267
by: Adriann54 | last post by:
I made a project for a internet game. Wich had .asp files .php files .conf files , .htm files , and images... I gave these files to someone who buyed an domain and made the website for this internet online game. He publish the files in that server and i delted from my computer cause i knew the user + password from FTP Server. After 1 month that person took al files from there and then deleted , after this , he selled the domain name to...
1
2790
by: Adriann54 | last post by:
I made a project for a internet game. Wich had .asp files .php files .conf files , .htm files , and images... I gave these files to someone who buyed an domain and made the website for this internet online game. He publish the files in that server and i delted from my computer cause i knew the user + password from FTP Server. After 1 month that person took al files from there and then deleted , after this , he selled the domain name to...
0
8233
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8224
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5731
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5399
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3849
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3889
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2374
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1461
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1198
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.