Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Ok. I understand. Thanks Tobi and Kendek Regard 2013/10/5 Kende Krisztián > Sat, 5 Oct 2013 19:55:29 +0200 -n > Jorge Carrión írta: > > > Well... gbr3 --version gives me 3.4.2... But clearly this version > > doesn't contains gb.net actualized code with that issue. > > I've searching in mailin

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Kende Kriszti??n wrote: > Sat, 5 Oct 2013 19:55:29 +0200 -n > Jorge Carri??n ??rta: > > > Well... gbr3 --version gives me 3.4.2... But clearly this version > > doesn't contains gb.net actualized code with that issue. > > I've searching in mailing list and what Benoit said was

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Kende Krisztián
Sat, 5 Oct 2013 19:55:29 +0200 -n Jorge Carrión írta: > Well... gbr3 --version gives me 3.4.2... But clearly this version > doesn't contains gb.net actualized code with that issue. > I've searching in mailing list and what Benoit said was: > > " In revision #5663, I have added a Progress event t

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Jorge Carri?n wrote: > Well... gbr3 --version gives me 3.4.2... But clearly this version doesn't > contains gb.net actualized code with that issue. > I've searching in mailing list and what Benoit said was: > > " In revision #5663, I have added a Progress event to the FtpClien

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Well... gbr3 --version gives me 3.4.2... But clearly this version doesn't contains gb.net actualized code with that issue. I've searching in mailing list and what Benoit said was: " In revision #5663, I have added a Progress event to the FtpClient class, > that is raised regularly while something

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Ok Kendek, don't worry. I can wait, There isn' nothing urgent about this issue. Keep doing the good work. Regards. 2013/10/5 Kende Krisztián > Sat, 5 Oct 2013 17:13:08 +0200 -n > Jorge Carrión írta: > > > I'm afraid that Kendek offers somthing older than 5765. I'll wait for > > updates. Thank

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Kende Kriszti??n wrote: > Sat, 5 Oct 2013 17:13:08 +0200 -n > Jorge Carri??n ??rta: > > > I'm afraid that Kendek offers somthing older than 5765. I'll wait for > > updates. Thanks Tobi. > > > > Regards, > > Shordi > > > > Use gbr3 --version command, that returns the real v

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Kende Krisztián
Sat, 5 Oct 2013 17:13:08 +0200 -n Jorge Carrión írta: > I'm afraid that Kendek offers somthing older than 5765. I'll wait for > updates. Thanks Tobi. > > Regards, > Shordi > Use gbr3 --version command, that returns the real version number. The gambas3 --version show incorrect value, but this i

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
I'm afraid that Kendek offers somthing older than 5765. I'll wait for updates. Thanks Tobi. Regards, Shordi 2013/10/5 Tobias Boege > On Sat, 05 Oct 2013, Jorge Carri?n wrote: > > Tobi, > > doesn't works for me. The progress event isn't triggered at all and, If > try > > to simulate it with a >

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Jorge Carri?n wrote: > Tobi, > doesn't works for me. The progress event isn't triggered at all and, If try > to simulate it with a > > While ftpcClient1 status > 0 > progressbar.value= FtpcClient1.Uploaded / FtpcClient1.TotalUploaded > wend > > Is needed to implement a o

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Tobi, doesn't works for me. The progress event isn't triggered at all and, If try to simulate it with a While ftpcClient1 status > 0 progressbar.value= FtpcClient1.Uploaded / FtpcClient1.TotalUploaded wend Is needed to implement a observer or something? I'm using the nemh Kende Christian rep

Re: [Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Tobias Boege
On Sat, 05 Oct 2013, Jorge Carri?n wrote: > Hi Benoit: > > Some time ago you said that you had improved a way to construct a status > bar in the put event of the ftpClient. > Now I've exploring the component properties, but can't find that way. > ?Can you (or someone who knows that way) send a lit

[Gambas-user] Ftp Client. Uploading status bar

2013-10-05 Thread Jorge Carrión
Hi Benoit: Some time ago you said that you had improved a way to construct a status bar in the put event of the ftpClient. Now I've exploring the component properties, but can't find that way. ¿Can you (or someone who knows that way) send a little example of code? Thanks in advance Shordi --

[Gambas-user] ftp client

2013-07-29 Thread Shane
how do i redirect the commands printed to the console to a text area or something when connecting to a ftp server? -- Get your SQL database under version control now! Version control is standard for application code, but

Re: [Gambas-user] ftp Client (correction)

2009-09-05 Thread Caveat
Sorry Lars, a couple of errors got introduced into my mail just after I hit the "Send" button ;-) Obviously, you need a 4th param on the call to getFileAsString, which is the name of a temporary dir to use (so something like /tmp), thus: allData = myRequestManager.getFileAsString("192.168.1.2//va

Re: [Gambas-user] ftp Client

2009-09-05 Thread Caveat
Hi Lars, Here's some code that should be enough to get you started. The code is from a Gambas class which I called RequestManager. I have cut out some of the code out as it wasn't relevant to FTP (there was stuff for doing an HTTP GET and some code for querying services on a particular port). I

[Gambas-user] ftp Client

2009-09-03 Thread Lars Hoeger
Hello, I would like to use the ftpclient component, but there is no documentation. Has anyone some code-examples? Thanks, Lars gambas 2.15 -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day