Re: [nyphp-talk] FTPing PHP scripts.

2008-02-16 Thread Susan Shemin
- Original Message From: PaulCheung <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Saturday, February 16, 2008 12:32:25 PM Subject: Re: [nyphp-talk] FTPing PHP scripts. I like to thank everybody for the suggestions. As suggested I checked for hidden binary characters everything checked out OK

Re: [nyphp-talk] FTPing PHP scripts.

2008-02-16 Thread PaulCheung
: "Michael Southwell" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 06, 2008 3:31 PM Subject: Re: [nyphp-talk] FTPing PHP scripts. Quoting PaulCheung <[EMAIL PROTECTED]>: I don't know if anybody else has been having a problem when trying to FTP PHP scripts. I

Re: [nyphp-talk] FTPing PHP scripts.

2008-02-06 Thread Christopher R. Merlo
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 serve

Re: [nyphp-talk] FTPing PHP scripts.

2008-02-06 Thread Daniel Convissor
On Wed, Feb 06, 2008 at 10:31:12AM -0500, Michael Southwell wrote: > You may have some binary character hiding at the beginning of your > script. I was thinking the same thing. I would suggest getting a better FTP client or at least using binary mode for the transfers. Or, perhaps the files

Re: [nyphp-talk] FTPing PHP scripts.

2008-02-06 Thread Michael Southwell
Quoting PaulCheung <[EMAIL PROTECTED]>: I don't know if anybody else has been having a problem when trying to FTP PHP scripts. I am using "1and1" to host my website and have uploaded PHP scripts All have uploaded. Unfortunately some scripts are loaded correctly and other arrive as 0 length. Y

[nyphp-talk] FTPing PHP scripts.

2008-02-05 Thread PaulCheung
I don't know if anybody else has been having a problem when trying to FTP PHP scripts. I am using "1and1" to host my website and have uploaded PHP scripts All have uploaded. Unfortunately some scripts are loaded correctly and other arrive as 0 length. No matter what solution is suggested by 1an