Jump to content

Best ways to receive file from and to transfer file to a desktop app


Recommended Posts

What's the best way to receive file from a desktop app?

  • app.exe will execute a cmd with "au3file.exe /path/of/the/file.xml" and the au3file.exe will get and delete that.
  • Or else?

THE MOST IMPORTANT PART OF THE QUESTION
And best way to transfer file to a desktop app?

  • au3file.exe do a $_POST request and the app.exe MUST HAVE a local HTTP server that can receive $_POST, but it looks heavy 'cause the app must have a server such XAMPP.
  • au3file.exe execute a cmd with "app.exe /path/of/the/file.xml" and the app.exe will now get that file and delete.
  • Or else?

 

Edited by 5ervant
Link to comment
Share on other sites

  • Moderators

@5ervant you are more than welcome to bump your post after waiting the requisite 24 hours, but increasingly larger text is not going to get you an answer any faster. Please show some patience.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...