This is a discussion on Tool like wget to upload? within the Linux Networking forums, part of the Linux Forums category; I am currently trying to put together some scripts that will upload data from a client to a web server, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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/ |
|
|||
|
Jem Berkes <jem@users.pc9__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 |
|
|||
|
Jem Berkes <jem@users.pc9__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) |
|
|||
|
>> 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/ |
|
|||
|
> 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" |