... 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
Search found 11 matches: cnewremotefile
Searched query: cnewremotefile
- Wed Jun 27, 2018 8:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FTP with Harbour / MSVC / FWH issues
- Replies: 8
- Views: 2629
- 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 ...
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 ...
- 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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
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
- 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 ...
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 ...
- Fri Feb 09, 2007 11:00 am
- Forum: FiveWin para Pocket PC
- Topic: Comunicaçao entre Pocket e PC ?
- Replies: 2
- Views: 1667
- 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
- Fri Nov 17, 2006 1:15 pm
- Forum: FiveWin para Pocket PC
- Topic: Como conectar y transferir archivos por wifi
- Replies: 16
- Views: 5762