Jump to content

tcp by internet


Recommended Posts

where here is the thing

i base64 encode a 300kb file, so it'll become larger, but sendable

next i send about 200 characters per packet.

but it still takes about 1 or 2 minutes for the reciever to get the file by internet.

maby anyone knows a better way to get file ready for transmission ?

Edited by zeroZshadow
*If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Link to comment
Share on other sites

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Humm, why are you base64 encoding it?

Anyways i just send the whole thing at once and recive it, it usaully doesnt matter what the packet size is in my experiance but i think i use 10,000 or somthing.

You can look here for my a snippet from my file send/rec script to see for yourself-

http://www.autoitscript.com/forum/index.php?showtopic=26539

Link to comment
Share on other sites

i see that repnull stuff, but isn't there a simple and clean UDF for ??

since i think its pretty unclear

*If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Link to comment
Share on other sites

That shows the simple restrictions of file uploading. It's most likely your ISP has an upload limit of 20kb/s.

Was that at me? dont' get it....

i see that repnull stuff, but isn't there a simple and clean UDF for ??

since i think its pretty unclear

I have never understood the issue with the repnull stuff...i have never had that problem.

Link to comment
Share on other sites

i have an upload speed of 50kb/s like my friend.

but still 20 kb/s should be more then enough to send that file fast.

wadda ya mean evil toaster ??? u do know u can't send files with NULL chars in it, do ya ?

Edited by zeroZshadow
*If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...