2007-11-09 00:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/tip/ftpcln.prg
    * converted TABs to SPACEs
This commit is contained in:
Przemyslaw Czerpak
2007-11-08 23:09:30 +00:00
parent 720c92505d
commit 491e9853b1
2 changed files with 14 additions and 10 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-11-09 00:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/tip/ftpcln.prg
* converted TABs to SPACEs
2007-11-08 22:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/make_xmingw.sh
* minor modification in one message

View File

@@ -83,16 +83,16 @@
/* 2007-09-08 21:34 UTC+0100 Patrick Mast <patrick/dot/mast/at/xharbour.com>
* source\tip\ftpcln.prg
* Formatting
+ METHOD StartCleanLogFile()
Starts a clean log file, overwriting current logfile.
+ METHOD fileSize( cFileSpec )
Calculates the filesize of the given files specifications.
+ DATA cLogFile
Holds the filename of the current logfile.
! Fixed logfilename in New(), now its not limited to 9999 log files anymore
! Fixed MGet() due to changes in HB_aTokens()
! Fixed listFiles() due to changes in HB_aTokens()
! listFiles() is still buggy. Needs to be fixed.
+ METHOD StartCleanLogFile()
Starts a clean log file, overwriting current logfile.
+ METHOD fileSize( cFileSpec )
Calculates the filesize of the given files specifications.
+ DATA cLogFile
Holds the filename of the current logfile.
! Fixed logfilename in New(), now its not limited to 9999 log files anymore
! Fixed MGet() due to changes in HB_aTokens()
! Fixed listFiles() due to changes in HB_aTokens()
! listFiles() is still buggy. Needs to be fixed.
*/
#include "directry.ch"