Re[4]: Net::FTP truncating at 4096-yte boundaries <SOLVED>
[email protected] (Jackie) Thu, 18 Oct 2001 15:21:40 -0400
| Newsgroups | perl.libnet |
|---|---|
| Message-ID | <[email protected]> |
Hello Terrence, Client side where Perl was creating a whole pile of Web pages from an Access database. As an afterthought, after having built the pages (and neatly closing them) I quickly printed to each of them to append a last update date and some other housekeeping. There they all sat, open, when I used Net::FTP to send them to the Web server. As I said before: Duh! <g> -- Best regards, Jackie mailto:[email protected] Thursday, October 18, 2001, 10:23:49 AM, you wrote: TB> On Thursday, October 18, 2001, at 02:31 AM, Jackie wrote: >> Stupidest programming error this year: files being sent had not been >> closed. Duh. >> TB> Do you mind explaining this a bit more for our enlightenment? What do TB> you mean the files being sent had not been closed? Do you mean TB> client-side or server-side?