cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1432
Views
5
Helpful
5
Replies

What kind of server can I use to do http file upload?

pingduck
Level 1
Level 1

I see that IOS can "copy file http://<server>" to upload. However, when trying, it seems it is doing an HTTP PUT request. What kind of server do I need to support that? Is there a standalone program that I can use?

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

any http server (simple one Linux apache) wich can give access to write the files in given destination.

 

http is not secure, not sure what is the use case here, if i were you i use Sftp to upload the files.

 

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Can you provide a specific example? Out of the box, most HTTP servers only serve files.

here is the example :

 

https://yurisk.info/2009/10/20/copy-http-flash-download-from-http-server-to-the-cisco-router/

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I am sorry to inform you that it is a link about http download. It says in the title.

You can do same way to upload if you understand the concept. 

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help