Search found 35 matches: tupdate

Return to advanced search

Re: EXE passwords are visible in plain

... LOCAL cPW := oLicense:cPw LOCAL cFtpDir :=oLicense:cFtpDir LOCAL cUpdFile := "test.exe" LOCAL cLocalDir :="c:\test\" the I use tUpdate class of Haupt on exe there is not password or words the class read the file test.lic directly Otto, try to converte the code I post into word ...
by Silvio.Falconi
Fri Nov 09, 2018 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5091

Function download (update) from ftp? *Fixed*

Dear All, I read from forum and found TUpdate class. But I cannot build? It show the error as below --------------------Configuration: tftp - Release-------------------- xHarbour 1.2.3 Intl. (SimpLex) (Build 20161218) Copyright 1999-2016, http://www.xharbour.org ...
by dutch
Tue Aug 15, 2017 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function download (update) from ftp? *Fixed*
Replies: 1
Views: 962

Re: update the executable of my application via FTP

I am using TUpdate class and it works pretty good. I am using a modified version but the original works ok.
I think someone posted the code here:
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32310&p=189530&hilit=tupdate#p189530
by Gale FORd
Tue Jun 13, 2017 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: update the executable of my application via FTP
Replies: 12
Views: 2744

Re: download a file from a https server

... inside the class where the problem comes from. The connection works ! METHOD New (cIP, cUser, cPW, cFTPFolder, cZIPFile, cLocalDir, nFlags) CLASS TUpdate DEFAULT cIP := "localhost",; cUser := "anonymous",; cPW := "anonymous@localhost",; cFtpFolder := "/",; ...
by ukoenig
Fri Aug 12, 2016 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download a file from a https server
Replies: 7
Views: 2049

Re: Function to download a defined file from a homepage ?

sorry Uwe I saw now your message

the tupdate class here run ok perhaps there is a protection on your website ?
do you have CLASS TFTP ?
by Silvio.Falconi
Sat Apr 23, 2016 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15288

Re: Function to download a defined file from a homepage ?

Do you have a FTP setup on your server using port 21? The TUpdate I use works only if there is a FTP server. If you are trying to download file from regular Web server then it will not work. //TUpdate uses tFTp class::oFtp      := tFtp():New(::cIp, ...
by Gale FORd
Thu Apr 21, 2016 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15288

Re: Function to download a defined file from a homepage ?

... cFtp := "www.pflegeplus.com" LOCAL cUser := "---------" // user LOCAL cPW := "---------" // password oUpdate := TUpdate():New( cFtp, cUser, cPW ) oUpdate:Update() oUpdate:End () RETURN ( NIL ) my working settings to connect without any problems : http://www.pflegeplus.com/IMAGES/Fpt2.jpg ...
by ukoenig
Thu Apr 21, 2016 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15288

Re: Function to download a defined file from a homepage ?

... // file LOCAL cLocalDir := "I:/DOWNLOADS/" // destination LOCAL nFlags := 0 // flag to set passive mode oUpdate := TUpdate():New( cFtp, cUser, cPW, cFtpDir, cUpdFile, cLocalDir +"Updates\" ) oUpdate:nFlags := nFlags oUpdate:Update() oUpdate:End () RETURN ...
by ukoenig
Thu Apr 21, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15288

Re: Function to download a defined file from a homepage ?

there a clas called s TUpdate from our friend Prof. Ing. Stephan Haupt ( great loss we hope he rest in peace forever)
by Silvio.Falconi
Thu Apr 21, 2016 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15288

Re: New class TUpdate

for the italian def #ifdef ITALIAN  #define txtHEAD  "Aggiornamento"  #define txtHEAD2 "Controllo per nuove versioni"  #define txtCONNECT    "Sto connettendo..."  #define txtDISCONNECT "Sto Chiudendo la connessione..."  ...
by Silvio.Falconi
Tue Jan 22, 2013 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6998

Re: New class TUpdate

just a small update. I replaced all strings with defines, so it can be better localized to defferent countries. /*  Class TUpdate - application update over ftp   --------------------------------------------------   (based on a function from Biel Maimo)   Version 1.3   (c) Stefan Haupt ...
by StefanHaupt
Tue Jan 22, 2013 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6998

Re: New class TUpdate

Resolve as I wrote on your mail

"www/wp..../"
by Silvio.Falconi
Wed Jan 09, 2013 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6998

Re: New class TUpdate

yes of course..

I made a zip file ( xxxx.zip) in this file I must insert the exe made with Innosetup Application
I tried also with another exe
When we update an application we need to kake a new exe file to update the oldest....
by Silvio.Falconi
Wed Jan 09, 2013 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6998

Re: New class TUpdate

Yes, it needs a zip :!:
Silvio.Falconi wrote:If I insert into a zip file a filesetup.exe created with Innosetup it not run
Why ?

All files in the zip are only copied into the program folder, they are not executed
by StefanHaupt
Wed Jan 09, 2013 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6998

Re: New class TUpdate

If I insert into a zip file a filesetup.exe created with Innosetup it not run
Why ?
by Silvio.Falconi
Wed Jan 09, 2013 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6998
Next

Return to advanced search