|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help in sending a file from a pc to another pc with visual basic thru internet
hello knowledgeable guys,
im am having a problem to code a program in visual basic that can send a file, probably a .txt file to another computer using internet. the other computer will also have a visual basic program that will retrieve the file that the previous program has sent and save it to a specified filename. i have heard of the ftp but i cant understand some parts of it.. can anyone help? |
|
#2
|
||||
|
||||
|
--moved to the Visual Basic forum.
|
|
#3
|
|||
|
|||
|
FTP is one likely way to do this, so you should make an effort to understand the parts of FTP you don't understand.
VB6 includes a Microsoft Inet Control that you can use to do your ftp from within your code. This control is documented in the VB online help.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#4
|
||||
|
||||
|
Hey instead of inet control u can use API functions for transferring the file. I have tried with inet control but the vb project sometimes work while sometimes it gets hanged but API functions for FTP works perfectly well
They are very easy to use also jst visit this site www.allapi.net Last edited by hithere : July 20th, 2005 at 07:43 AM. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Need help in sending a file from a pc to another pc with visual basic thru internet |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|