Search found 8 matches: ltrace

Return to advanced search

FTP problem using tIpClientFTP

... #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local nTimeout,lTrace,cFsrv,cFusr,cFpsw,cFile,cUrl,oFtp nTimeout=6000 lTrace:=.t. cFsrv:="88.208.208.197" cFusr:="test" cFpsw:="password!" ...
by Marco Turco
Wed Jan 14, 2015 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP problem using tIpClientFTP
Replies: 6
Views: 1475

Problems with tIpClientFtp class - xharbour rev 9656

... version. Any ideas ? Thanks in advance. ----- FUNCTION FtpEraseFile(cFtpSite,cFtpUser,cFtpPassword,cFtpFileToDelete) local cUrl,oFtp,aDirs local lTrace lTrace:=.f. cFtpUser:=charrepl("@",@cFtpUser,"+") cUrl:="ftp://"+cFtpUser+":"+cFtpPassword+"@"+cFtpSite ...
by Marco Turco
Mon Jan 21, 2013 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with tIpClientFtp class - xharbour rev 9656
Replies: 1
Views: 614

FTP

... + "@" + cServer oUrl := tUrl():New(cUrl) oFtp := tIPClientFtp():New(oUrl,.t.) oFtp:nConnTimeout := 20000 oFtp:bUsePasv := .t. oFtp:lTrace := .f. if oFtp:open(cUrl) if oFtp:UpLoadFile((cFile)) oFtp:close() endif else ?? 'Error openning url' wait endif return(nil) Thanks for any ideas. ...
by Colin Haig
Sat Jun 27, 2009 6:26 am
 
Forum: FiveWin for Pocket PC
Topic: FTP
Replies: 4
Views: 993

Re: Send email

Try: FUNCTION HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer, nPriority, lRead, lTrace, lPopAuth, lNoAuth, nTimeOut, cReplyTo ) /* cServer -> Required. IP or domain name of the mail server nPort -> Optional. Port used my email server ...
by Enrico Maria Giordano
Mon Feb 23, 2009 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send email
Replies: 5
Views: 1702

Enviar email sin outlook

... * FUNCTION luizSendMail( cServerIP, nPort, cFrom, aTo, cMsg, cSubject, aFiles,cUser, cPass, cPopServer, nPriority, lRead, lTrace ,lPopAuth) Saludos, Daniel Puente Marchione Sistemas Puerto Santa Cruz, Argentina puenteda@hotmail.com
by DanielPuente
Fri Nov 21, 2008 4:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mail sin outlook
Replies: 10
Views: 2036

Antonio.
Evio esto:
HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth)
Este es el error:
Error: Unresolved external '_HB_FUN_HB_SENDMAIL' referenced from D:\EMAILS\MYOBJ\PRINCIPAL.OBJ

Gracias
by jmua
Mon Nov 05, 2007 9:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10541

HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth) Where: cServer -> Required. IP or domain name of the mail server nPort -> Optional. Port used my email server cFrom -> Required. Email ...
by FiveWiDi
Thu Nov 01, 2007 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10541

HB_SendMail( cServer, nPort, cFrom, aTo, aCC, aBCC, cBody, cSubject, aFiles, cUser, cPass, cPopServer,nPriority, lRead, lTrace, lPopAuth) Where: cServer -> Required. IP or domain name of the mail server nPort -> Optional. Port used my email server cFrom -> Required. Email ...
by Antonio Linares
Thu Nov 01, 2007 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio emails
Replies: 40
Views: 10541

Return to advanced search

cron