[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

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 little

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

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 observer

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 tabo...@gmail.com 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

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 sho...@gmail.com í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,

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 sho...@gmail.com ??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

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 n...@freemail.hu Sat, 5 Oct 2013 17:13:08 +0200 -n Jorge Carrión sho...@gmail.com írta: I'm afraid that Kendek offers somthing older than 5765. I'll

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 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 FtpClient

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 sho...@gmail.com í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

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 sho...@gmail.com ??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

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 n...@freemail.hu Sat, 5 Oct 2013 19:55:29 +0200 -n Jorge Carrión sho...@gmail.com írta: Well... gbr3 --version gives me 3.4.2... But clearly this version doesn't contains gb.net actualized code with that issue.

[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,

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).

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 =

[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