From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.2
PHP Bug Type:     Feature/Change Request
Bug description:  "Progress Indicator" of some sort in ftp get

On long ftp downloads, there appears to be no way to get 
any sort of "progress" indication.  (I prefer to use the 
ftp module rather than the ftp: wrapper for fgets for the 
application in question, so that I can more easily track 
success at connecting, success at logging in, checking of 
ftp directory contents, etc). 
 
This isn't much of an issue on a web-page, where ftp 
download shouldn't take long, but when used as a CLI 
application (as I am currently) to handle a long download, 
it's hard to tell whether or not the download is going 
successfully, or not. 
 
(For simplicity, having output on stderr from the ftp_get 
function as an option would probably be quite 
sufficient...) 
-- 
Edit bug report at http://bugs.php.net/?id=16455&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16455&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16455&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16455&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16455&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16455&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16455&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16455&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16455&r=submittedtwice

Reply via email to