Search found 45 matches: ointernet

Return to advanced search

Re: Error BASE/1089 Argument error: ABS

... "fivewin.ch" #include "dll.ch" Function Main MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet := TInternet():New()}) Return Compilado con Buildx.bat de la carpeta de ejemplos Application =========== Path and name: J:\Fwh2307\fwh\samples\nuevo1.exe ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Error BASE/1089 Argument error: ABS

... => MAIN( 6 ) Ejemplo #include "fivewin.ch" Function Main MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet := TInternet():New()}) Return
by CARLOS ATUNCAR
Fri Jan 26, 2024 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Conexion FTP TSL

... FtpSendFile(cFTP, cSource, cTarget, nVar41, nVar42, 14147 ) FUNCTION FtpSendFile( cFTPSite, cSource, cTarget, cUser, cPass, nBufSize ) LOCAL oInternet, oFTP DEFAULT cUser:="", cPass:="", nBufSize:=2000 IF EMPTY(cFtpSite) .or. EMPTY(cSource) .or. EMPTY(cTarget) MsgInfo("Missing ...
by servicomver
Wed Jan 25, 2023 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexion FTP TSL
Replies: 7
Views: 833

Re: Conectar SFTP con CURL

... para liarme con el resto. Gracias #include "FiveWin.ch" #include "hbcurl2.ch" static oWnd, oTimer, oReader, oTdif, oFTP, oInternet, nDis //----------------------------------------------------------------------------// function Main() local fm:="test" , curl, ...
by pepe_garcia
Thu Mar 10, 2022 10:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10193

TFTP no reporta archivos para actualizacion de aplicacion

... activo el Ipv4 y el Ipv6 es la unica diferencia que he encontrado. este mi proceso alguna sugerencia muy agradecidos: Function VerUpdate() local oInternet,oFtp,oWait local aFiles,cFile,mFile:={} local cServer := "ftp.servidor.com" local cUser := "user@servidor.com" local cpassword:= ...
by CARLOS ATUNCAR
Thu Jan 13, 2022 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFTP no reporta archivos para actualizacion de aplicacion
Replies: 4
Views: 461

Re: FTP Directory Method

... class, I could just be doing something wrong. Below is code from samples. The site I can connect from my browser fine. Function TestFtpDir() local oInternet := TInternet():New() local oFtp := TFtp():New( "speedtest.tele2.net", oInternet,"anonymous" ) local aFiles if !Empty( ...
by byron.hopp
Sat Aug 10, 2019 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Directory Method
Replies: 6
Views: 922

Re: Bajar ficheros desde una conexión FTP.

// BDía, esto funciona para mi, en servidores FTP, con SFTP es otra historia. *--// Conexión con SFTP oInternet:=TInternet():New() oFTP :=TFTP():New('www.miftp.com.mx', oInternet, cUser:='Joel', cPassword:='123456', lFTPPAsivo:=.f., nPuerto:=21) if empty(oFTP:hFTP) oInternet:End() ...
by Joel Andujo
Tue Feb 27, 2018 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bajar ficheros desde una conexión FTP.
Replies: 5
Views: 1310

HB TIPClientHTTP() Freezes

My program freezes when I execute TIPClientHTTP() function.

oInternet:= TIPClientHTTP():New("http://www.google.com", .f.)

What could It be?
by sistemasit
Sun Oct 08, 2017 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB TIPClientHTTP() Freezes
Replies: 12
Views: 1582

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

... }, ; { "I:\cPicker1.zip" } ) MsgRun( "Verbinde mit Internet...", "Bitte warten",; { || oInternet := TInternet():New(),; oFTP := TFTP():New( cFTPSite, oInternet, "-------", "--------" ) } ) // name and password needed ...
by ukoenig
Fri Apr 22, 2016 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15280

Re: COMO SE PUEDE CREAR UN OBJETO

... "dll.ch" #include "hbcurl.ch" FUNCTION MD203() //Obtener Token Web Service LOCAL oHttp,Doc,cxmLbody,oIni,oDlg2,oSay,oError,oInternet LOCAL ts_token:="",ts_usuario:=space(50),ts_id:=space(50) LOCAL ts_clave:=space(20),ts_exit:=.f.,tw_servidor:='' LOCAL nrate:=nil ...
by elmoiquique
Sat Jun 14, 2014 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6027

Subir ficheros por FTP

... Function FTPSendFiles( cFTPSite, aSource, aTarget, cUserFtp, cPassFtp ) Local lEnd := .f. Local nBufSize := 2000 Local oInternet, oFTP oInternet := TInternet():New() if Empty( oInternet:hSession ) MsgAlert( "Sin Conexión a Internet!" ) else oFTP := TFTP():New( ...
by Sebastián Almirón
Tue Nov 12, 2013 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir ficheros por FTP
Replies: 4
Views: 1144

Re: Ftp doubt

Thanks Anser, but i have a big problem, i use this to connect a ftp: oInternet := TInternet():New() oFTP := TFTP():New( "ftp.orgfree.com", oInternet, "user", "passw" ) IF Empty( oFtp:hFtp) MsgAlert("Não foi possível conectar ...
by Wanderson
Wed May 02, 2012 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ftp doubt
Replies: 5
Views: 1161

help ftp

... on 192.168.2.95 and on "c:\prova" i have the file CUSTOMER.DBF I have this PRG: #include "FiveWin.ch" function Main() local oInternet := TInternet():New() local oFTP := TFTP():New( "192.168.2.95", oInternet, "usr", "psw" ) local aFiles if ! Empty( ...
by damianodec
Mon Feb 27, 2012 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help ftp
Replies: 4
Views: 797

Re: Cliente FTP con FW+xH

... Function FTPSendFiles( cFTPSite, aSource, aTarget, cUserFtp, cPassFtp ) Local lEnd := .f. Local nBufSize := 2000 Local oInternet, oFTP MsgRun( "Conectando al Sitio FTP...", "Espere...",; { || oInternet := TInternet():New(),; If( Empty( oInternet:hSession ...
by postinelli
Tue Jan 24, 2012 12:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cliente FTP con FW+xH
Replies: 8
Views: 2977

Re: FTP access suddenly doesn't work!?

... that the FTP dll is missing, corrupted, a new incompatible version, or it is not registered in the Windows registry. Try checking the valtype of oInternet. oInternet := TInternet():New() msgInfo(valtype(oInternet)) If it is not "O" then it is a problem with the DLL. I do not know the ...
by James Bott
Tue Dec 13, 2011 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP access suddenly doesn't work!?
Replies: 29
Views: 9567
Next

Return to advanced search