Search found 11 matches: cnewremotefile

Return to advanced search

Re: FTP with Harbour / MSVC / FWH issues

... DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpGetFileA" LIB hLib DLL32 FUNCTION FTPPUTFILE( hConnect AS LONG, cLocalFile AS LPSTR, cNewRemoteFile AS LPSTR, nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpPutFileA" LIB hLib Thanks ! Shuming Wang
by ShumingWang
Wed Jun 27, 2018 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP with Harbour / MSVC / FWH issues
Replies: 8
Views: 2232

FTP ???

... PTR ) AS BOOL; PASCAL FROM "FtpGetFileA" LIB "wininet.dll" DLL32 FUNCTION FTPPUTFILE( hConnect AS LONG, cLocalFile AS LPSTR, cNewRemoteFile AS LPSTR, nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpPutFileA" LIB "wininet.dll" Para descargar ...
by Mayor_Valenzuela
Tue Jun 07, 2011 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FTP ???
Replies: 8
Views: 2363

Re: Necesito conectarme a una FTP

Muchas gracias George... pude conectarme al servidor, pero no me imagino como debo enviar en la variable cNewRemoteFile, ya que yo lo asigne de la siguiente forma "L33\mproduct.dbf" no se si la sintaxis esta corecta ya que el archivo lo subo a un directorio previamente ...
by Mayor_Valenzuela
Mon Apr 19, 2010 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito conectarme a una FTP
Replies: 4
Views: 681

Re: Ayuda Por Favor

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by Julio Perez
Thu Jan 28, 2010 3:33 pm
 
Forum: FiveWin para Pocket PC
Topic: Ayuda Por Favor
Replies: 6
Views: 1635

Re: wifi

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3225

Problema con al descargar un fichero por ftp

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by Elias Torres
Thu Nov 20, 2008 11:18 am
 
Forum: FiveWin para Pocket PC
Topic: Problema con al descargar un fichero por ftp
Replies: 9
Views: 2753

Upload files via FTP

... nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpGetFileA" LIB hLib DLL32 FUNCTION FTPPUTFILE( hConnect AS LONG, cLocalFile AS LPSTR, cNewRemoteFile AS LPSTR, nFlags AS DWORD, @nContext AS PTR ) AS BOOL; PASCAL FROM "FtpPutFileA" LIB hLib
by Romeo
Fri Sep 19, 2008 4:56 pm
 
Forum: All products support
Topic: Upload files via FTP
Replies: 3
Views: 1414

Problema GPRS

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by softruz
Mon Jun 09, 2008 11:44 am
 
Forum: FiveWin para Pocket PC
Topic: Problema GPRS
Replies: 2
Views: 1094

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by Elias Torres
Fri Feb 09, 2007 11:00 am
 
Forum: FiveWin para Pocket PC
Topic: Comunicaçao entre Pocket e PC ?
Replies: 2
Views: 1439

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by Elias Torres
Fri Nov 17, 2006 7:42 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA URGENTE ¡¡¡ COMO ENVIAR UN ARCHIVO POR FTP !!!
Replies: 2
Views: 1318

... hb_parnl( 7 ) ) ); hb_xfree( cRemoteFile ); hb_xfree( cNewFile ); } HB_FUNC( FTPPUTFILE ) { LPWSTR cLocalFile = AnsiToWide( hb_parc( 2 ) ); LPWSTR cNewRemoteFile = AnsiToWide( hb_parc( 3 ) ); hb_retl( FtpPutFile( ( HINTERNET ) hb_parnl( 1 ), cLocalFile, cNewRemoteFile, hb_parnl( 4 ), hb_parnl( ...
by Elias Torres
Fri Nov 17, 2006 1:15 pm
 
Forum: FiveWin para Pocket PC
Topic: Como conectar y transferir archivos por wifi
Replies: 16
Views: 4800

Return to advanced search