NYCPHP Meetup

NYPHP.org

[nycphp-talk] FTPing PHP scripts.

Christopher R. Merlo cmerlo at ncc.edu
Wed Feb 6 13:39:01 EST 2008


Try mixing up the order in which the files are sent.  If the disk is running
out of space during the transfer, you'll get inodes for each file, but no
data getting stored for the inodes to refer to -- hence, 0-byte files.  If
you change the order, and different files are zeroed out, then your server
is probably filling up halfway through.

If you change the order of transfer, and the same files are showing up with
zero bytes, then Michael Southwell is probably on the right track, with
weird stuff in the beginning of your file.
-c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20080206/cdfb509c/attachment.html>


More information about the talk mailing list