What kind of server can I use to do http file upload?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 10:48 AM
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?
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 10:57 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 11:47 AM
Can you provide a specific example? Out of the box, most HTTP servers only serve files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 12:55 PM
I am sorry to inform you that it is a link about http download. It says in the title.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2020 12:59 PM
You can do same way to upload if you understand the concept.
