Search found 34 matches: sendfile

Return to advanced search

ayuda para enviar varibles en un socket

... local cFileName := cGetFile( "*.*", "Select a file to send by Internet" ) if ! Empty( cFileName ) .and. File( cFileName ) oSocket:SendData( "SENDFILE " + cFileName( cFileName )) oSocket:SendFile( cFileName ) oSocket:End() MsgInfo( "archivo enviado" ) endif :lol: por otra parte de la parte ...
by prm_pedro
Fri Oct 13, 2006 1:17 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda para enviar varibles en un socket
Replies: 0
Views: 628

trying to use sockcli.prg

... Client() TOOLTIP "Connect" DEFINE BUTTON OF oBar ; ACTION oSocket:SendData( "IMP01|0|1001|" ) ; TOOLTIP "Send data" DEFINE BUTTON OF oBar ; ACTION SendFile() TOOLTIP "Send file" ACTIVATE WINDOW oWnd return nil FUNCTION Client() LOCAL n oSocket = TSocket():New( 1853 ) oSocket:lDebug := .T. oSocket:cLogFile ...
by vilian
Mon Jul 31, 2006 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying to use sockcli.prg
Replies: 3
Views: 1177

Soporte de sockets !!!

... Ya hay un nuevo FWPPC build listo para ser descargado. Sólo falta revisar el método SendFile() que aún no va bien. Sin embargo el método SendData() funciona correctamente. En la imagen se ve como hemos establecido una comunicación por ...
by Antonio Linares
Sun Oct 30, 2005 9:06 am
 
Forum: FiveWin para Pocket PC
Topic: Soporte de sockets !!!
Replies: 4
Views: 2374

Sockets working!!!

... We are going to upload a new FWPPC in a few minutes. Please notice that Class TSocket Method SendFile() is not properly working yet (we are testing it), though SendData() is working ok (in the image, the server displays the data it gets from ...
by Antonio Linares
Sat Oct 29, 2005 7:47 pm
 
Forum: FiveWin for Pocket PC
Topic: Sockets working!!!
Replies: 0
Views: 883
Previous

Return to advanced search