Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: Mput ,DartStrings, and VB
User750

Posts: 2
Member Since: 05/10/01
posted May 10, 2001 10:13 AM

I have tried to get a list of files that have been transferred by using mput. I have set a variable to the dartstrings collection.

Set FilesTrans = CreateObject("Dart.DartStrings")

 However, when I use the variable in the mput function it gives me an error stating that the third argument in invalid or inappropriate. 

ftpcontrol.TimeOut = 120000
ftpcontrol.Login ftpSite, UserName, Password
ftpcontrol.Directory = UpLoadDir
ftpcontrol.MPut Me.lstfiles.List(0), RemoteUpLocation, FilesTrans

Could someone help me with this?

TIA

Dan
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted May 10, 2001 10:27 AM


Does it work if you do it the way it's done in the sample apps?

User750

Posts: 2
Member Since: 05/10/01
posted May 10, 2001 1:25 PM

Okay that worked. But how do I get information on the dartstrings structure to get the list of files?
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted May 10, 2001 1:43 PM


The Online Help would be the best place.

Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX