Current Events
If anyone here knows C, would you mind helping me with this?
miikrr x (8)Board List | Topic List | Post New Message | FAQ | TOS | Log Out | Online: 2
From: Onion Posted: 6/13/2004 3:06:06 AM | Options | #001
30: Administrator
Offline
http://cpi.merseine.nu:8080/ftp.c.html.gz

If you could make sense of that and tell me how they transfer files and retrieve directory listing from the FTP stream I'd be much obliged.

(This topic is mainly geared toward Jay.)

(Come to think of it, I should post this at GF or something.)
---
http://poxy.sf.net/
From: Vayate Posted: 6/13/2004 3:15:06 AM | Options | #002
8: Veteran
Offline
Well, first you go to goat.cx and middle-click the pixel that creates the center of Goatse's anus. Then...

...oh wait, wrong instructions. I've no idea.

---
Bring it back down, bring it back down tonight.
From: Jay Posted: 6/13/2004 10:21:16 AM | Options | #003
10: Elite
Online
...They use the FTP protocol
---
(18:36:25) Anthoneyy: u liek my epsnsin
From: fish Posted: 6/13/2004 10:25:10 AM | Options | #004
6: New User
Offline
php_error_docref(NULL TSRMLS_CC, E_WARNING, "PHP cannot handle files greater then 2147483647 bytes.\n");

what the fuck, why not
From: Jay Posted: 6/13/2004 10:26:51 AM | Options | #005
10: Elite
Online
Because the integer type in php is a signed 32-bit integer
---
(18:36:25) Anthoneyy: u liek my epsnsin
From: fish Posted: 6/13/2004 10:28:53 AM | Options | #006
6: New User
Offline
oh. shit, that was a rhetorical question, i thought nobody here knew >_>
From: fish Posted: 6/13/2004 10:32:17 AM | Options | #007
6: New User
Offline
holy shit... wait... so what happens when the unix epoch reaches 2147483647?
From: Jay Posted: 6/13/2004 10:35:09 AM | Options | #008
10: Elite
Online
Technically any programs with date functions will get all screwed up when February-something 2038 passes, but by then they expect us all to be using 64-bit machines, at which point the time_t type will be changed to a 64-bit integer
---
(18:36:25) Anthoneyy: u liek my epsnsin
From: fish Posted: 6/13/2004 10:37:28 AM | Options | #009
6: New User
Offline
oh, good. are systems advanced enough to handle 64-bit integers at this point, or is tha going to have to be developed? (sorry if this is a stupid question.)
From: Jay Posted: 6/13/2004 10:45:54 AM | Options | #010
10: Elite
Online
Yeah, you CAN make 64-bit integers in C but it's kind of a hack

---
(18:36:25) Anthoneyy: u liek my epsnsin
From: Jay Posted: 6/13/2004 10:47:02 AM | Options | #011
10: Elite
Online
Well, not a hack for you, I mean like, it behaves as a normal integer in C but the compiler has to jump through some hoops to get it to work

---
(18:36:25) Anthoneyy: u liek my epsnsin
From: miikrr x Posted: 6/13/2004 12:52:49 PM | Options | X | #012
8: Veteran
Online
[This message was deleted at the request of the original poster]
From: miikrr x Posted: 6/13/2004 12:54:06 PM | Options | #013
8: Veteran
Online
Nevermind.