Programs like Wget and Wput

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
RightBehindu
Posts: 26
Joined: 23 Dec 2013 07:07

Programs like Wget and Wput

#1 Post by RightBehindu » 10 Jun 2014 22:10

Hi guys!

Currently I have made a chat program that allows you to speak to anyone in the world in batch. Although, the current program I am using 'wget' and also 'wput' are a bit slow, mainly the wput. Are there any other batch-friendly programs like that which allow me to download files and upload files at a faster rate than these do?

If so, I would be very appreciative. Also, please don't do the normal thing and be like: "Geez! You shouldn't be making that stuff in batch." Cause really I don't care. It is a bit of fun.

Thanks in Advance!

~ Matt

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Programs like Wget and Wput

#2 Post by foxidrive » 10 Jun 2014 23:13

Does wput need to log into the remote connection that you are using?

Maybe that is where the delay is...

Are you using FTP servers to connect to?

RightBehindu
Posts: 26
Joined: 23 Dec 2013 07:07

Re: Programs like Wget and Wput

#3 Post by RightBehindu » 10 Jun 2014 23:53

Currently I am using a free ftp, netftp from 000webhost.com

Do you have any other ones that might be faster?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Programs like Wget and Wput

#4 Post by foxidrive » 11 Jun 2014 02:32

RightBehindu wrote:Currently I am using a free ftp, netftp from 000webhost.com

Do you have any other ones that might be faster?


You can host one on your computer.

RightBehindu
Posts: 26
Joined: 23 Dec 2013 07:07

Re: Programs like Wget and Wput

#5 Post by RightBehindu » 11 Jun 2014 03:17

Problem with that is I would most likely have to keep my computer on for this, so that it out of the question.

You know how online games get and send info really quick so they can position people? Is it possible to have that speed via a batch file? I know I am being a bit hopeful but that would be amazing.

Thanks

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Programs like Wget and Wput

#6 Post by foxidrive » 11 Jun 2014 03:37

RightBehindu wrote:You know how online games get and send info really quick so they can position people? Is it possible to have that speed via a batch file? I know I am being a bit hopeful but that would be amazing.


Online games don't use plain old FTP, and they have fast dedicated servers for the game, and quick connections to the internet.

You'd need some server that remains logged in, to eliminate that login delay, and I'm not sure FTP will provide a quick response even if you use a binary and high level language.

RightBehindu
Posts: 26
Joined: 23 Dec 2013 07:07

Re: Programs like Wget and Wput

#7 Post by RightBehindu » 11 Jun 2014 07:11

Where would I find a server like this? Would it cost a lot?

Thanks for your so far :)

ShadowThief
Expert
Posts: 1167
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Programs like Wget and Wput

#8 Post by ShadowThief » 11 Jun 2014 07:22

You're looking for what is called a Dedicated Server.

Low-end machines start at around $50 a month and go up from there. I've got one that runs me $230 a month.

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Programs like Wget and Wput

#9 Post by Squashman » 11 Jun 2014 07:33

RightBehindu wrote:Currently I am using a free ftp, netftp from 000webhost.com

Do you have any other ones that might be faster?

Between that host and using FTP for the communication that is pretty much your bottle neck. Free webhosts are going to give you all kinds of dedicated bandwidth.

Samir
Posts: 384
Joined: 16 Jul 2013 12:00
Location: HSV
Contact:

Re: Programs like Wget and Wput

#10 Post by Samir » 17 Jun 2014 07:34

It's not using wput and wget, but what about using an irc server? If you can figure out how to communicate in batch, they would eliminate the lag.

Post Reply