Jump to content

Recommended Posts

Posted

Hello,

With UDP functions, can i do file transfert with speed information and time remaining ?

Thanks for any answers.

Posted

File transfer over UDP? Are you sure?

UDP has no error control; if a packet is missing you will have a corrupted file.

Personally, I won't use UDP.

Well, sorry im wrong wep it's over TCP so how can i get this info when transfering file ?

Posted

well just get the initial file size (maybe send it as the first message before you start sending the file) and get the new file's size (the one you are recieving)

then use a timer control (or simply a sleep()) and detect everything :mellow:

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

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
×
×
  • Create New...