Search found 11 matches: cnewremotefile

Searched query: cnewremotefile

by ShumingWang
Wed Jun 27, 2018 8:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: FTP with Harbour / MSVC / FWH issues
Replies: 8
Views: 2629

Re: FTP with Harbour / MSVC / FWH issues

... nFlagsAndAttribs AS DWORD, 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
Thanks !
Shuming Wang
by Mayor_Valenzuela
Tue Jun 07, 2011 7:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FTP ???
Replies: 8
Views: 2680

FTP ???

... nContext AS 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 subir un archivo y ahora ...
by Mayor_Valenzuela
Mon Apr 19, 2010 3:35 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito conectarme a una FTP
Replies: 4
Views: 792

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 ceado en el servidor.. puede que ...
by Julio Perez
Thu Jan 28, 2010 3:33 pm
Forum: FiveWin para Pocket PC
Topic: Ayuda Por Favor
Replies: 6
Views: 2309

Re: Ayuda Por Favor

... 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( 5 ...
by Otto
Tue May 19, 2009 11:59 am
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 4463

Re: wifi

... 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( 5 ...
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: 3759

Problema con al descargar un fichero por ftp

... 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( 5 ...
by Romeo
Fri Sep 19, 2008 4:56 pm
Forum: All products support
Topic: Upload files via FTP
Replies: 3
Views: 1803

Upload files via FTP

... AS LONG, nFlagsAndAttribs AS DWORD, 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 softruz
Mon Jun 09, 2008 11:44 am
Forum: FiveWin para Pocket PC
Topic: Problema GPRS
Replies: 2
Views: 1320

Problema GPRS

... 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( 5 ...
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: 1667

... 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( 5 ...
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: 1488

... 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( 5 ...
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: 5762

... 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( 5 ...