Proof of concept for managing a host directory via a windows desktop app (80% or so done)
Budget: $30 – $250 USD
C++ windows desktop app form with examples of the desired functionality in managing files on a password protected public directory which has HTTPS enforced. Security is a concern so knowledge with .HTACCESS is a plus. One of the concerns my team has is how this file must be called for every file. Knowledge in PHP would also be a plus since we have put together a file that can work on the server side already which may circumvent this feature of directory security, allowing a vast majority of the features required with exception for uploading and downloading a file. The PHP works over URL in all it's requests and may work nicely with this project.
My opinion is that the PHP file may be most useful but with regards to it's utilization in a C++ windows desktop app I would like to see that the qualified candidate could make modifications to it as well as accommodate it's output appropriately.
There is a folder on a web host and a folder locally that will be used.
Requirements:
? Must pass basic realm authentication of a password protected folder.
? Must be able to UPLOAD a file to a specified host directory.
? Must be able to DOWNLOAD a file to a specified local directory.
? Must be able to DELETE a file on a specified host directory.
? Must be able to RENAME a file on a specified host directory.
? Must be able to MOVE a file on a specified host directory.
? Must preserve file timestamp from the local system.
? Must be SSL TCP/IP for it's stability and efficiency.
I don't know what C++ is capable of with regards to managing files on a web host but my concern is it having to constantly send the username and password in base 64 each and every time something is initiated on the host.
My opinion is that the PHP file may be most useful but with regards to it's utilization in a C++ windows desktop app I would like to see that the qualified candidate could make modifications to it as well as accommodate it's output appropriately.
There is a folder on a web host and a folder locally that will be used.
Requirements:
? Must pass basic realm authentication of a password protected folder.
? Must be able to UPLOAD a file to a specified host directory.
? Must be able to DOWNLOAD a file to a specified local directory.
? Must be able to DELETE a file on a specified host directory.
? Must be able to RENAME a file on a specified host directory.
? Must be able to MOVE a file on a specified host directory.
? Must preserve file timestamp from the local system.
? Must be SSL TCP/IP for it's stability and efficiency.
I don't know what C++ is capable of with regards to managing files on a web host but my concern is it having to constantly send the username and password in base 64 each and every time something is initiated on the host.