Search found 102 matches: cserver

Return to advanced search

Re: Internet Date

Lets make a try from scratch (based on sntp.cpp code): GetSNTP( cServer, ::nPort, ::lSync ) struct NtpServerResponse{  int m_nLeapIndicator; //0: no warning                        //1: last minute in day has 61 seconds                        //2: last ...
by Antonio Linares
Mon Aug 26, 2013 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internet Date
Replies: 35
Views: 8905

Re: ADO string de conexion SQL Server 2008 ?

Hola, yo lo hice asi : cString:= "Provider=SQLOLEDB;server="+cServer+";database="+cDataBase+";uid="+cUser+";pwd="+cPass oCnx:=TAdoConn():New( adUseServer ) if !oCnx:Open(xConnStr) msginfo( 'String: ' + xConnStr + CRLF ...
by Ariel
Thu Aug 15, 2013 3:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO string de conexion SQL Server 2008 ?
Replies: 2
Views: 494

MySql

... y mysql yo trato de acceder de la siguiente manera . #Include "Fivewin.ch" #Include "Ado.ch" FUNCTION Main() Local oCone Local cServer := "localhost" Local cUser := "root" Local cPass := "" Local cBase := "usuarios" oCone := CreateObject( ...
by juan carlos bellucci
Fri Mar 29, 2013 12:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql
Replies: 5
Views: 926

Re: Instalacion necesaria para conectar a Oracle 11g

... de entorno ORACLE_HOME al directorio de tu instalcion de Instant Client. cCmd :="Provider=OraOLEDB.Oracle;Data Source="+alltrim(cServer)+":"+alltrim(cPort)+"/"+alltrim(cSid)+";User ID="+alltrim(cUser)+";Password="+alltrim(cPassword)+";" ...
by nnicanor
Wed Mar 20, 2013 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalacion necesaria para conectar a Oracle 11g
Replies: 15
Views: 5062

Re: Send file via FTP

Hi Jeff

I have similar code except for

cUrl := "ftp://" + cUser + ":" + cPassword + "@" + cServer

Cheers

Colin
by Colin Haig
Wed Feb 06, 2013 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send file via FTP - SOLVED
Replies: 7
Views: 1150

Re: Bad Email Dreams ...

... You have to allow the user to specify these settings. Basically you establish a connection with the required parameters hClient := SmtpConnect( cServer, nPort, nTimeOut, SMTP_OPTION_EXTENDED+SMTP_OPTION_SECURE,"",0) and then authenticate if necessary IF ( SmtpAuthenticate(hClient, ...
by Randal
Tue Jan 01, 2013 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19234

Re: Enviar/Recibir archivos via ftp [ SOLVED ]

Mi pequeño aporte a bajar archivos de FTP Procedure BajarFilesFtp(eDlg) cServer := '31.170.160.81' cUser := 'yyyyyy'' cpassword:= 'XXXXXXX cUrl := "ftp://"+cUser+":"+cpassword+"@"+cserver eDlg:cMsg:="Conectando con el servidor ...
by CARLOALBATUN
Sun Sep 16, 2012 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar/Recibir archivos via ftp [ SOLVED ]
Replies: 22
Views: 8446

Re: Servidores de correo para hb_sendmail

HB_SendMail( cServer,; // servidor smtp 25,; // Puerto cEmailFrom,; // From {cEmailTo},; // To {cEmailTo2},; // CC {cEmailTo3},; // CCO EnvioTxt,; // Cuerpo cEmSubject,; // Titulo {salida},; // adjuntos cEmailUser,; // usuario cEmailPass,; ...
by postinelli
Fri Dec 09, 2011 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Servidores de correo para hb_sendmail
Replies: 3
Views: 919

Re: Enviar/Recibir archivos via ftp [ SOLVED ]

FUNCTION ConectaServerFTP(cNomSer,cNomUsr,cClaUsr,cDocNit,oFtp) cServer := cNomSer //change ftpserver to the real name or ip of your ftp server cUser := cNomUsr // change ftpuser to an valid user on ftpserer cPassword := cClaUsr // change ftppass to an valid ...
by russimicro
Thu Dec 23, 2010 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar/Recibir archivos via ftp [ SOLVED ]
Replies: 22
Views: 8446

Re: Download internet file without interference

... size over http. this is the code: cRequest := "HEAD "+oUrl:BuildAddress() + " HTTP/1.1" + CRLF + ; "Host: "+oUrl:cServer+ CRLF + ; "User-Agent: HTTP-Get-File-Size" + CRLF + ; "Connection:close" + CRLF + ; CRLF Might indicate to us how to get ...
by devtuxtla
Sat Sep 25, 2010 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8601

Re: net use n: \\myserver\apps

MarcoBoschi,

Exist in xHarbour this:

NetRedir( <cLocal> , ;
<cServer> , ;
[<cPassword>], ;
[<lShowError>] ) --> lSuccess

Regards
by wmormar
Mon Jul 05, 2010 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: net use n: \\myserver\apps
Replies: 9
Views: 4087

Re: Crear un DSN por programa ( ODBC )

Yo lo hago con la clase TDns : nTypeDSN=0 // 0=DSN Sistema 1=DSN Usuario cNomODBF='MiODBC' cDBase ='MiBasedeDatos' cServer ='MiServidor' cUser ='MiUsuario' cPassWord='MiPassWord' oDsn:=TDsn():New(cNomODBC) oDsn:Create(cNomODBC, ; 'Descripción de Mi ODBC',; cDBase ,; cServer ,; cUser ...
by Joel Andujo
Tue Apr 27, 2010 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear un DSN por programa ( ODBC )
Replies: 11
Views: 3609

Re: e-mailadresses

OIMAP := TOLEAUTO():NEW( "MAILBEE.IMAP4" ) OIMAP:LICENSEKEY := CMB_MAILKEY OIMAP:SERVERNAME := CSERVER OIMAP:USERNAME := CACCOUNT OIMAP:PASSWORD := CPASSWORD OSMTP:ENABLELOGGING = .T. OIMAP:ENABLELOGGING := .t. OIMAP:CONNECT( CSERVER ) OIMAP:SELECTMAILBOX( cFolder ...
by The Real Fasi
Tue Feb 09, 2010 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: e-mailadresses
Replies: 5
Views: 840

Window y Dialog

... local cIP cIP:=GetPublicIP() define dialog oDlg resource "CDILAUNCHER" ... ... activate dialog oDlg center return function GetPublicIP(cServer,cWeb) local oWnd,cIP:="",nI:=0,nF:=0 public cTextWeb:="" default cServer:="xxx",cWeb:="xxx" define window ...
by softruz
Tue Nov 03, 2009 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Window y Dialog
Replies: 1
Views: 390

Re: How to monitor a network directory?

... NEXT 2 . Check if the server is ON and if the background programm on the server is ON . I create a file when the programm start IF file(m->cServer + "in\ATTESA.OK") ::lRete := TRUE ELSE MsgInfo("No Serever") ENDIF 3 . I send to the server a table situation request I ...
by Maurizio
Tue Jun 30, 2009 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 4055
PreviousNext

Return to advanced search