FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 3rd, 2003, 08:50 AM
vicious vicious is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 14 vicious User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ftp commands

does vb6.0 have ftp commands?

Reply With Quote
  #2  
Old June 5th, 2003, 09:54 AM
Onslaught's Avatar
Onslaught Onslaught is offline
/(bb|[^b]{2})/
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Nov 2001
Location: Somewhere in the great unknown
Posts: 4,840 Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level)Onslaught User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 2 Days 36 m 16 sec
Reputation Power: 88
Send a message via ICQ to Onslaught
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.

Reply With Quote
  #3  
Old June 5th, 2003, 11:33 AM
w2k-user w2k-user is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: athome
Posts: 50 w2k-user User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 51 m 58 sec
Reputation Power: 7
Lightbulb ftp commands

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

Reply With Quote
  #4  
Old June 10th, 2003, 02:20 AM
cparlanti cparlanti is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 5 cparlanti User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #5  
Old June 10th, 2003, 03:09 AM
jokre jokre is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 11 jokre User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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,

Reply With Quote
  #6  
Old June 16th, 2003, 02:21 PM
MStorm MStorm is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 2 MStorm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #7  
Old June 16th, 2003, 03:46 PM
jokre jokre is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 11 jokre User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Red face Comments on 'ftp commands'

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,

Reply With Quote
  #8  
Old June 16th, 2003, 09:47 PM
MStorm MStorm is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 2 MStorm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #9  
Old June 24th, 2003, 01:21 PM
maciejg maciejg is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 2 maciejg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Did you try URL

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > ftp commands


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT