Networking Forums

Networking Forums > Computer Networking > Linux Networking > Tool like wget to upload?

Reply
Thread Tools Display Modes

Tool like wget to upload?

 
 
Jem Berkes
Guest
Posts: n/a

 
      12-09-2003, 06:50 PM
I am currently trying to put together some scripts that will upload data
from a client to a web server, probably within a http POST request (to a
cgi script). POST allows quite a bit of data to be uploaded in a request.

Is anyone aware of a program that can accomplish this upload of data to a
web server? Or any other ideas on how a client can upload data like this,
preferably to a web server?

--
Jem Berkes
http://www.sysdesign.ca/
 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      12-09-2003, 07:02 PM
Jem Berkes <(E-Mail Removed)9__org> wrote:
> I am currently trying to put together some scripts that will upload data
> from a client to a web server, probably within a http POST request (to a
> cgi script). POST allows quite a bit of data to be uploaded in a request.


> Is anyone aware of a program that can accomplish this upload of data to a
> web server? Or any other ideas on how a client can upload data like this,
> preferably to a web server?


Sounds as if 'curl' could be used.

--
Michael Heiming

Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM
 
Reply With Quote
 
Juha Laiho
Guest
Posts: n/a

 
      12-09-2003, 07:17 PM
Jem Berkes <(E-Mail Removed)9__org> said:
>I am currently trying to put together some scripts that will upload data
>from a client to a web server, probably within a http POST request (to a
>cgi script). POST allows quite a bit of data to be uploaded in a request.


The LWP module of Perl comes with (optional) command-line applications
GET and POST - doing what can be expected from the names. They work
very nicely at least as debugging tools.
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
 
Reply With Quote
 
Jem Berkes
Guest
Posts: n/a

 
      12-09-2003, 07:44 PM
>> Is anyone aware of a program that can accomplish this upload of data
>> to a web server? Or any other ideas on how a client can upload data
>> like this, preferably to a web server?

>
> Sounds as if 'curl' could be used.


Fantastic, thanks! I forgot about curl, but it sports many useful options
for my purpose such as --data-binary

--
Jem Berkes
http://www.sysdesign.ca/
 
Reply With Quote
 
Andrew Schulman
Guest
Posts: n/a

 
      12-10-2003, 12:06 PM
> I am currently trying to put together some scripts that will upload
data
> from a client to a web server, probably within a http POST request (to a
> cgi script). POST allows quite a bit of data to be uploaded in a request.
>
> Is anyone aware of a program that can accomplish this upload of data to a
> web server? Or any other ideas on how a client can upload data like this,
> preferably to a web server?


I use sitecopy for this, but via ftp. sitecopy supports ftp and webdav.

--
To reply by email, replace "deadspam.com" by "alumni.utexas.net"
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
wget and testing a website steve Linux Networking 5 06-29-2006 05:02 PM
Any tool to trace incoming and outgoing packets in Kernel, also loking for tool to debug application struck in infinite loops? GS Linux Networking 0 06-18-2006 04:24 AM
Can wget 'ban' sites? veg_all@yahoo.com Linux Networking 4 10-26-2005 06:22 PM
wget and certificates? Karl Moosberg Linux Networking 7 08-01-2004 06:53 PM
vsftpd - chown on upload (Q: migrating "upload" directive from wu_ftpd ftpaccess) Gerald Klaas Linux Networking 0 09-08-2003 06:51 PM



1 2 3 4 5 6 7 8 9 10 11