Hi: I can compile the example in HMG.3.4.4
in the firewall I add an exception from the app
I can connect to an FTP service with a simple user but not with a username containing an @.
I do not understand that the example does not contain the basic buttons of
Upload and Download
HMG FTP Sample ?
Moderator: Rathinagiri
- danielmaximiliano
- Posts: 2625
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: HMG FTP Sample ?
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Re: HMG FTP Sample ?
Hi Daniel,
maybe if you use the arrow buttons at the mid of two grid...
Saludos
Pcmodula
maybe if you use the arrow buttons at the mid of two grid...
Saludos
Pcmodula
- AUGE_OHR
- Posts: 2093
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: HMG FTP Sample ?
hi,
i want to get rid of Registry CLASS in this FTP Sample.
i "think" this is to "find out" to which App Extension belong ...
i will make a new Thread "run by Extension"
i want to get rid of Registry CLASS in this FTP Sample.
Code: Select all
FUNCTION Verify()
...
IF cExt = 'EXE' .OR. cExt = 'BAT' .OR. cExt = 'COM'
_Execute( 0,, cFile,, cPath, 5 )
ELSE
cExe := GetOpenCommand( cExt )
FUNCTION GetOpenCommand( cExt )
oReg := TReg32() :New( HKEY_CLASSES_ROOT, cVar1 + "\shell\open\command", .f. )
Code: Select all
RunByExtsion( cPath, cFile )
have fun
Jimmy
Jimmy
- AUGE_OHR
- Posts: 2093
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: HMG FTP Sample ?
hi,
i have made new Sample change from Listfiles() to List(). missing Attribute
just hbFTP.PRG, no *.C or *.H any more
add "resize"
not TOPMOST any more
up-download Button disable when transfer is active.
---
App work with MULTISELECT .F. and inside use
so it seems me not possible to use MULTISELECT .T. in this Concept
where do you get "Attribute" on right-side come fromdanielmaximiliano wrote: ↑Mon Jun 22, 2020 2:35 pm Upload and Download 2020-06-22 11_21_59-FTP Client -2020- Original by - Walter Formigoni - OPEN SOURCE. Version 0.0.5.png

i have made new Sample change from Listfiles() to List(). missing Attribute
just hbFTP.PRG, no *.C or *.H any more
add "resize"
not TOPMOST any more
up-download Button disable when transfer is active.
---
App work with MULTISELECT .F. and inside use
Code: Select all
FUNCTION GetColValue( xObj, xForm, nCol )
LOCAL nPos := GetProperty( xForm, xObj, 'Value' )
LOCAL aRet := GetProperty( xForm, xObj, 'Item', nPos )
RETURN aRet[ nCol ]
have fun
Jimmy
Jimmy