Application for upload a file via HTTP

1

1

I need upload a set of files via http. do you know any application to accomplish this?

UPDATE

I have access and permissions to read and write, only via http to this location (Linux Server)

OS is Windows 7.

RRUZ

Posted 2010-02-02T13:35:04.157

Reputation: 232

1What do you mean HTTP? You want a web based file uploader? Where are you putting the files? This needs to be made clear. – Josh K – 2010-02-02T13:53:09.420

Answers

2

Assuming you're not referring to plain form-based file uploads via your web browser, then I'm going to assume you're actually referring to HTTP uploads via WebDAV, Web-based Distributed Authoring and Versioning. See WebDAV - Wikipedia. It is supported by many web servers.

Windows already includes the capability to upload to WebDAV-enabled HTTP locations. You don't need special software. Windows refers to WebDAV shares as "web folders" and you can access them with Windows Explorer.

Additional information:

Chris W. Rea

Posted 2010-02-02T13:35:04.157

Reputation: 10 282

0

A web browser should suffice for regular form-based HTTP uploads, we'd need more details on the situation to give you a better answer.

John T

Posted 2010-02-02T13:35:04.157

Reputation: 149 037

0

Sebtm

Posted 2010-02-02T13:35:04.157

Reputation: 393