|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ftp commands
does vb6.0 have ftp commands?
|
|
#2
|
||||
|
||||
|
I believe there are a couple of different activeX controls built that deal with this.
It would be easier and more efficient though to just use the system apis. |
|
#3
|
|||
|
|||
|
hi,
i implemented a simple ftp upload tool for a friend in VB. maybe there are a lot of activeX's, but if it's not too complex I'd use the WIN built in FTP command on the command shell. simply call the shell and the ftp command. The ftp commands can be stored in a script file. work quite fine. cu w2k-user |
|
#4
|
|||
|
|||
|
Yes it does
It's an ActiveX control that you need to select in the component bar: Microsoft Internet Transfer Control 6.0
By the way it can be used to retrieve both ftp and http. |
|
#5
|
|||
|
|||
|
Hi!
There are a lot of FTP options in VB6. Some are "built-in" and some are outside of the original package. Here are some sites to visit: - Visual Basic Internet Programming http://www.vbip.com/ Descr: A lot of tutorials and general information on IP programming (including FTP) - SocketWrench Freeware Edition http://www.catalyst.com/products/so...ench/index.html Descr: Free ActiveX that is great for various socket programming (IP). There is also a tutorial available at http://www.catalyst.com/support/tut...ntro/index.html - ChilKat FTP http://www.chilkatsoft.com/ChilkatFtp.asp Descr: ChilKat FTP is yet another free FTP ActiveX that I've used in several of my projects. It does the job and is easy to get up and running. ChilKat also has a lot of other free controls for download. I do not recommend shelling the Windows Internal FTP app. You get much better control of communication status, etc with a specifically designed control in the VB environment. Regards, |
|
#6
|
|||
|
|||
|
Hi, iv'e try Chilkat Ftp component and it's an amateur component not able to do a lot of ftp transfer. iv'e try several other some free some not but right now the best one is from xceedsoft
their have a really solid component and their support is #1 iv'e sent an email and receive a reply 20 minutes later. if you want to try it out check it @: URL |
|
#7
|
|||
|
|||
|
Yes, of course you get a more advanced component if you are paying nearly 300 bucks for it. But I can't really see the obvious drawbacks of the so called 'amateur component' Chilkat FTP if you want to do some basic FTP transfers.
If you have the money you can always get away with less programming skills... Regards, |
|
#8
|
|||
|
|||
|
has for programming skill i consider myself pretty expert. but when it come on the fact that the component need to be a little more robust i.e. iv'e try sending multiple files ( not on the same connection as a test ) and after a few time most of the component iv'e try we slowing down and / or frezing a few did pass my test but why im talking about the xceedsoft one it's because is teh best one.
they have a great suite at the same price where you can get 1 thing i think is the most important is reliability. I did'nt find it in chilkat but iv'e found it with xceedsoft products Included 100% .NET components: Xceed Zip for .NET Xceed Zip for .NET Compact Framework Xceed Self-Extractor for .NET Xceed Streaming Compression for .NET Xceed FTP for .NET (planned Q4 2003) Included ActiveX & COM libraries: Xceed Zip Compression Library Xceed Self-Extractor Module Xceed FTP Library Xceed Encryption Library Xceed Winsock Library Xceed Streaming Compression Library Xceed Binary Encoding Library Xceed Backup Library Included premium subscription: 1 year free updates and upgrades 1 year free new libraries added to suite 1 year free telephone and email support 50% rebate on Xceed User Interface controls Advantage price renewable subscription i think that is a pretty good deal and for this one it's royalties free that mean that you can use every component in x number of project without paying additional fees it's only per developper basis Last edited by MStorm : June 17th, 2003 at 07:21 AM. |
|
#9
|
|||
|
|||
|
Did you try URL
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > ftp commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|