473,569 Members | 2,522 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Ftp client example in VB.net

Does anyone know of an example of how to write an FTP client in Visual
Basic.net? I'm trying to automate FTP file
uploads and downloads in VB.

Thanks in Advance
Tommy
Nov 20 '05 #1
7 38239
go to http://www.codeproject.com/info/search.asp

search on FTP
"Tommy Naumann" <to***@burrussv aults.com> wrote in message
news:36z_b.450$ AL.40304@attbi_ s03...
Does anyone know of an example of how to write an FTP client in Visual
Basic.net? I'm trying to automate FTP file
uploads and downloads in VB.

Thanks in Advance
Tommy

Nov 20 '05 #2
Also check out the Indy project... many different Internet protocols
available in a free, mature library

http://www.nevrona.com/Indy/

Don't know if the samples are in VB.NET, though.
--- Nick

"Tommy Naumann" <to***@burrussv aults.com> wrote in message
news:36z_b.450$ AL.40304@attbi_ s03...
Does anyone know of an example of how to write an FTP client in Visual
Basic.net? I'm trying to automate FTP file
uploads and downloads in VB.

Thanks in Advance
Tommy

Nov 20 '05 #4
Thank you all for your help. You know .net shold have a FTP client built
in.
Tommy

"Tommy Naumann" <to***@burrussv aults.com> wrote in message
news:36z_b.450$ AL.40304@attbi_ s03...
Does anyone know of an example of how to write an FTP client in Visual
Basic.net? I'm trying to automate FTP file
uploads and downloads in VB.

Thanks in Advance
Tommy

Nov 20 '05 #5
Cor
You got that link for that from me.

Cor
You know .net shold have a FTP client built
in.

Nov 20 '05 #6
* "Tommy Naumann" <to***@burrussv aults.com> scripsit:
Does anyone know of an example of how to write an FTP client in Visual
Basic.net? I'm trying to automate FTP file
uploads and downloads in VB.


FTP in VB.NET/C#:

http://support.microsoft.com/default...b;en-us;812404 (VB.NET)
http://support.microsoft.com/default...b;en-us;812409 (C#)
http://www.asp.net/ControlGallery/Co...x?Control=1874
http://www.freevbcode.com/ShowCode.Asp?ID=4655
http://www.allapi.net/downloads/NetFTP.zip
http://www.visualbuilder.com/article...le.asp?id=1234
http://www.abderaware.com (FTP-Komponente)
http://www.csharphelp.com/archives/archive9.html
http://www.codeproject.com/csharp/FTPDriver1.asp
http://www.indyproject.org/indy.html
....

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet/>

..NET FAQs: <http://www.mvps.org/dotnet/dotnet/faqs/> (German)
Nov 20 '05 #7
You are right. I finally figured it out. Thank You

Tommy

"Cor" <no*@non.com> wrote in message
news:eV******** ********@TK2MSF TNGP10.phx.gbl. ..
You got that link for that from me.

Cor
You know .net shold have a FTP client built
in.


Nov 20 '05 #8

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

Similar topics

2
13235
by: WIWA | last post by:
Hi, I want to make a UDP client server application that is conform to RFC868 (Time protocol). Both the UDP client and UDP server are in a test phase. The question is: when I add "svrsocket.sendto(resultaat, (ip, port))" in the UDP server, my application closes while running. When I leave it away, it works fine. I really need this...
7
9271
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. # No warranty express or implied for the accuracy, fitness to purpose
0
1556
by: Daniel Chandran | last post by:
I am looking for examples on how to write a Socks-4 client example using the Twisted framework. Has anybody attempted this or aware of examples? Thanks, Daniel
1
2315
by: Michael Goettsche | last post by:
Hi there, I'm trying to write a simple server/client example. The client should be able to send text to the server and the server should distribute the text to all connected clients. However, it seems that only the first entered text is sent and received. When I then get prompted for input again and press return, nothing gets back to me....
3
3729
by: evelyne0510 | last post by:
Hi all, I have created a XML-RPC model (with server and client) written in Java. I want to call the methods in another XML-RPC model written in Python. I know that in Java, I can use like "xmlrpc_client.excute("handler_name.method", param)" to call the methods in my xml-rpc server written in java. But how can I call the methods in Python?...
7
9695
by: Ole | last post by:
Hi, I'm going to develop a socket communication between an instrument (running CE 5.0 with Compact Fraework V2) and a PC. As the instrument should only connect to one PC at a time I believe that the sync version of the socket should be the easiest - or what??? (please tell if I'm wrong). Are there anyone who is able to point to a Server...
2
8053
by: AdamMaynard24 | last post by:
Can someone give me an example of a basic telnet client that can send and receive data using WSAAsyncSelect().. to get a notification? I've come up with something, but it doesn't quite function. Using Send(), i'm not getting any errors and i'm attaching a CRLF on to the end of each line, but apart from the inital FD_READ notification when I...
2
1201
by: Visual Systems AB \(Martin Arvidsson\) | last post by:
Hi! Im developing my first client/server application. So ofcourse i got a cople of questions for you gurus out there ;) Created a simple order/detail, with fields and a datagrid, works excelent. Now, in a walkthru i read in the helpfile it updates the grid in three steps.
6
4905
by: 7stud | last post by:
My question pertains to this example: #!/usr/bin/env python import socket, sys, time host = sys.argv textport = sys.argv s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
0
7615
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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. ...
1
7677
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7979
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...
1
5514
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...
0
3653
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...
0
3643
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2115
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
1223
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.