|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi
I want to write a program to automate ftp for my project. can anybody help me in this regard? rohit |
|
#2
|
|||
|
|||
|
Some ideas
vb6 had an Inet Transfer control that provides FTP. There are many 3rd party FTP COM controls. You could write a ftp batch file and shell out to the dos ftp program. |
|
#3
|
|||
|
|||
|
attached is a module Iuse to do ftp
|
|
#4
|
|||
|
|||
|
THere are 2 sample code about how to make ftp client:
http://www.freevbcode.com/ShowCode.Asp?ID=1991 http://www.freevbcode.com/ShowCode.ASP?ID=1593 |
|
#5
|
|||
|
|||
|
Re: write a automated script for ftp
Quote:
|
|
#6
|
|||
|
|||
|
thanks a lot... i have already done that by writing a ftp batch ...
But I have have one more question... I am planning to write a network program in windows which will copy file from one of my m/c connected through the net to my main m/c.. can u ple guide me how do I do that.. I am planning to write the code in vc++ do u think its a wise decision or i should try somethin else? |
|
#7
|
|||
|
|||
|
U can use delphi or vb with some 3th components like powertcp to do it..VC maybe is a better choice for port this progame code to other platforms!..
|
|
#8
|
||||
|
||||
|
well, just as an aside.. you can run FTP from the dos command prompt. If you have a DOS exe or bat, you can call it from your program and use DOS based FTP.
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > write a automated script for ftp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|