Search found 7 matches: ftpdeletefilea

Return to advanced search

Re: FTP ???

Comprueba si te funciona esto:

DLL32 FUNCTION FtpDeleteFile( hFTP AS LONG, cFileName AS LPSTR ) AS BOOL PASCAL ;
FROM "FtpDeleteFileA" LIB hWinINet
by Manuel Valdenebro
Tue Jun 07, 2011 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FTP ???
Replies: 8
Views: 2363

ERROR AL COMPILAR

... Error: Unresolved external 'FtpRenameFileA' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET Error: Unresolved external 'FtpDeleteFileA' referenced from C:\FWH\LIB\FIVEHC.LIB|WININET Error: Unresolved external 'FtpSetCurrentDirectoryA' 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: 314

Re: Otra de FTP

... hFtpSession As Long, ByVal lpszDirectory As String) As Boolean Private Declare Function FtpDeleteFile Lib "wininet.dll" Alias "FtpDeleteFileA" (ByVal hFtpSession As Long, ByVal lpszFileName As String) As Boolean Private Declare Function FtpRenameFile Lib "wininet.dll" ...
by QAZWSX2K
Tue Oct 06, 2009 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra de FTP
Replies: 14
Views: 3715

... 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 'FtpCreateDirectoryA' referenced from C:\TEST\FTPTEST .OBJ Error: Unresolved ...
by Jeff Barnes
Fri Oct 24, 2008 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quoestion for Antonio
Replies: 14
Views: 3856

... external 'InternetConnectA' Error: Unresolved external 'FtpGetFileA' Error: Unresolved external 'FtpPutFileA' Error: Unresolved external 'FtpDeleteFileA' Error: Unresolved external 'FtpCreateDirectoryA' Error: Unresolved external 'FtpRemoveDirectoryA' Error: Unresolved external 'FtpFindFirstFileA' ...
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 'FtpPutFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'FtpDeleteFileA' referenced from C:\WORK\ERRORI\FTP\OBJ\TEST.OBJ Error: Unresolved external 'FtpCreateDirectoryA' 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: 3912

... 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 Error: Unresolved external 'FtpCreateDirectoryA' 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: 3912

Return to advanced search