... symbol '_HB_FUN_HWNDCOMBOLIST' defined in both module C:\WORK\PRG\C5IDE\OBJ\LISTPROPEX.OBJ and C:\WORK\PRG\C5IDE\OBJ\SPY.OBJ
Warning: Public symbol '_HB_FUN_FINDININWORD' defined in both module C:\WORK\PRG\C5IDE\OBJ\QFTP.OBJ and C:\WORK\PRG\C5IDE\OBJ\TOTALCMD.OBJ
** error 2 ** deleting .\c5ide.exe
Search found 42 matches: qftp
Searched query: qftp
- Sat Aug 11, 2012 5:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Canal 5 IDE (work in progress)
- Replies: 24
- Views: 10602
- Thu Aug 09, 2012 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Canal 5 IDE (work in progress)
- Replies: 24
- Views: 10602
Re: Canal 5 IDE (work in progress)
... C5IDE\OBJ\TOTALCMD.OBJ
Warning: Public symbol '_HB_FUN_HWNDCOMBOLIST' defined in both module C:\WORK\PRG\C5IDE\OBJ\LISTPROPEX.OBJ and C:\WORK\PRG\C5IDE\OBJ\SPY.OBJ
Warning: Public symbol '_HB_FUN_FINDININWORD' defined in both module C:\WORK\PRG\C5IDE\OBJ\QFTP.OBJ and C:\WORK\PRG\C5IDE\OBJ\TOTALCMD.OBJ
Warning: Public symbol '_HB_FUN_HWNDCOMBOLIST' defined in both module C:\WORK\PRG\C5IDE\OBJ\LISTPROPEX.OBJ and C:\WORK\PRG\C5IDE\OBJ\SPY.OBJ
Warning: Public symbol '_HB_FUN_FINDININWORD' defined in both module C:\WORK\PRG\C5IDE\OBJ\QFTP.OBJ and C:\WORK\PRG\C5IDE\OBJ\TOTALCMD.OBJ
- Thu Jan 27, 2011 1:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
On one machine I am using Total Commander and its FTP feature. Working Upload/Download without problem.
Also I can use browser to download from FTP site.
I also rewrote the functions which uploads the file, complete diferent logic... Works on many machines but for the client it din't work before ...
Also I can use browser to download from FTP site.
I also rewrote the functions which uploads the file, complete diferent logic... Works on many machines but for the client it din't work before ...
- Wed Jan 26, 2011 8:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
Try to connect using a FTP Client???
Maybe from command line:
FTP ftp.website.com
will prompt for user name and password
Maybe from command line:
FTP ftp.website.com
will prompt for user name and password
- Wed Jan 26, 2011 8:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
Since you don't know how to set proxy settings, you probably don't have a proxy server...
It may be that the explorer works because is using Pasive connections (www)
And your router is blocking FTP connections????
I don't know much about this issue, I am just talking out loud....
It may be that the explorer works because is using Pasive connections (www)
And your router is blocking FTP connections????
I don't know much about this issue, I am just talking out loud....
- Wed Jan 26, 2011 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
Believe me, I did all this several times, including closing all Antivirus/Spayware programs.
Firewall is completely off, including the part which overrides the stop.
Checked all Security issues in "Internet settings"....
Tried a lot and the same code simply doesn't work on a few clients machine.
It ...
Firewall is completely off, including the part which overrides the stop.
Checked all Security issues in "Internet settings"....
Tried a lot and the same code simply doesn't work on a few clients machine.
It ...
- Wed Jan 26, 2011 4:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
Maybe you should start with windows firewall either tell the user to disable it temporally
or
Control Panel, Windows Firewall, Advanced Configurations and see if the App has rights to send information blocked....
I would try the first option first, and also disable antivirus... (temporally) just ...
or
Control Panel, Windows Firewall, Advanced Configurations and see if the App has rights to send information blocked....
I would try the first option first, and also disable antivirus... (temporally) just ...
- Wed Jan 26, 2011 3:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
Unfortunatelly, this function doesn't put any light on my problem.
- Wed Jan 26, 2011 3:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
Thank you, will review this.
I still think that the problem is somehow related with client system settings.
However, have no idea where to look and what to check on clients side.
Maybe after I take a look into this PRG I might get better idea...
I still think that the problem is somehow related with client system settings.
However, have no idea where to look and what to check on clients side.
Maybe after I take a look into this PRG I might get better idea...
- Wed Jan 26, 2011 3:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
CodeMaker,
\source\classes\tftpfile.prg
\source\classes\tftpfile.prg
- Wed Jan 26, 2011 2:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
No, I am not sending any EXE files. Only the pure text INI file....
Today I tracked down on one machine wich has problem with this and I found that the problem is:
oFile = TFtpFile():New( aTarget[ n ], oFTP ) oFile:OpenWrite() // <= this ...
Today I tracked down on one machine wich has problem with this and I found that the problem is:
oFile = TFtpFile():New( aTarget[ n ], oFTP ) oFile:OpenWrite() // <= this ...
- Tue Jan 25, 2011 1:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
Re: QFTP doesn't work on some machines
CodeMaker,
Does the Zip files contain .EXE files?
Maybe even the Zip files may be stoped by the firewall...
Have you tried to send other kind of files?
Does the Zip files contain .EXE files?
Maybe even the Zip files may be stoped by the firewall...
Have you tried to send other kind of files?
- Tue Jan 25, 2011 1:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: QFTP doesn't work on some machines
- Replies: 10
- Views: 2203
QFTP doesn't work on some machines
We have a software which allow our clients to upload some files for technical support.
The program is written in xHarbour/Fivewin both from the year 2009
Almost 99% of our clients can send the files to our server and 1% of them cannot.
The clients that cannot send the files, encounter the frozen ...
The program is written in xHarbour/Fivewin both from the year 2009
Almost 99% of our clients can send the files to our server and 1% of them cannot.
The clients that cannot send the files, encounter the frozen ...
- Wed Aug 04, 2010 1:19 am
- Forum: FiveWin for CA-Clipper
- Topic: QFTP
- Replies: 2
- Views: 2323
Re: QFTP
I think almost everyone has moved on to 32bit and thus nobody is updating old programs like QFTP.
- Tue Aug 03, 2010 10:06 am
- Forum: FiveWin for CA-Clipper
- Topic: QFTP
- Replies: 2
- Views: 2323
Re: QFTP
NOONE ?