Search found 9 matches: ftpputfilea

Return to advanced search

Re: FTP with Harbour / MSVC / FWH issues

... 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 ???

... 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 necito eliminar el que descarge...
by Mayor_Valenzuela
Tue Jun 07, 2011 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FTP ???
Replies: 8
Views: 2363

ERROR AL COMPILAR

... C:\FWH\LIB\FIVEHC.LIB|WININET Error: Unresolved external 'FtpGetFileA' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET Error: Unresolved external 'FtpPutFileA' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET Error: Unresolved external 'FtpRenameFileA' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET ...
by jesvela
Fri Oct 29, 2010 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR AL COMPILAR
Replies: 0
Views: 315

Re: Otra de FTP

... As Long, ByVal dwFlags As Long, ByRef dwContext As Long) As Boolean Private Declare Function FtpPutFile Lib "wininet.dll" Alias "FtpPutFileA" (ByVal hConnect As Long, ByVal lpszLocalFile As String, ByVal lpszNewRemoteFile As String, ByVal dwFlags As Long, ByVal dwContext ...
by QAZWSX2K
Tue Oct 06, 2009 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra de FTP
Replies: 14
Views: 3720

... referenced from C:\TEST\FTPTEST.OB J Error: Unresolved external 'FtpGetFileA' referenced from C:\TEST\FTPTEST.OBJ Error: Unresolved external 'FtpPutFileA' referenced from C:\TEST\FTPTEST.OBJ Error: Unresolved external 'FtpDeleteFileA' referenced from C:\TEST\FTPTEST.OBJ Error: Unresolved external ...
by Jeff Barnes
Fri Oct 24, 2008 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quoestion for Antonio
Replies: 14
Views: 3860

Upload files via FTP

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

... external 'InternetCloseHandle' Error: Unresolved external 'InternetConnectA' Error: Unresolved external 'FtpGetFileA' Error: Unresolved external 'FtpPutFileA' Error: Unresolved external 'FtpDeleteFileA' Error: Unresolved external 'FtpCreateDirectoryA' Error: Unresolved external 'FtpRemoveDirectoryA' ...
by Romeo
Fri Mar 14, 2008 5:28 pm
 
Forum: All products support
Topic: Creare una cartella sul area FTP
Replies: 7
Views: 1625

... Error: Unresolved external 'FtpGetFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'FtpPutFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'FtpDeleteFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ ...
by Enrico Maria Giordano
Sat Feb 09, 2008 3:58 pm
 
Forum: All products support
Topic: Per EMg
Replies: 18
Views: 3913

... Error: Unresolved external 'FtpGetFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'FtpPutFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'FtpDeleteFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ ...
by Silvio
Sat Feb 09, 2008 12:18 am
 
Forum: All products support
Topic: Per EMg
Replies: 18
Views: 3913

Return to advanced search