Save file from the Azure AVD webclient to local machine - azure

I have access to avd using webclient. When I open excel file and try to save it into my local machine I get an error and an empty tmp file is downloaded instead of the excel file.
When I copy an excel file to the download folder, it get it correctly. However not all users have access to windows desktop. So they can not copy to the download folder.
I used a Microsoft Remote desktop to do the same work and it works correctly when saving excel file.
Is it a limitation on when using web client or I missed a config on my browser?

Related

How to convert an EXE file for Windows CE without Active Sync

I'm able to compile and use Active Sync 4.5 to copy and then run application files in a Windows CE based device. Whenever I copy a file to the device Active Sync will say it will convert the file.
This process of manually uploading the files using Active Sync is slow so I'm now sending the files directly using my application and a TCP sort of file receiver. File is being transferred fine (crc checked).
The problem is that the file does not run complaining with a generic message that the file cannot be opened. My first and only guess is related to this "conversion" process that Active Sync is doing.
I could not find any documentation related to what is is this process and how does it work. Is there any place I can find more information about this conversion? Or is there any tool that can pre-convert so I can transfer it?
The first idea about pre-convert was to copy the file to the device and the copy it back using Active Sync but when copying files out of Windows CE it will convert back to PC format.

Azure Activity Log - Download file from Blog

In Visual Studio Server Explorer with the Azure SDK installed.
If you open a blob container, you get a list of files.
If you click one of the files a progress bar appears showing it is downloading.
I cannot find where this file has been download to.
It's downloaded to %TEMP%\CloudStorage\. If you want to save it somewhere else, you can right-click the file and Save As instead of double-clicking it.

Transferring files to IIS (attempted using PHPStorm & Finder)

I have a working local copy of a simple website I would like to deploy to an IIS (Internet Information Server) running on my local network. Running on my computer on MAMP, everything works perfectly. However, after I try to upload all the files to the web server and load the index.html it fails to GET many different files necessary to load the page. Here is an example error line in the console:
GET http://WEBSITE.com/scripts/bootstrap-wizard-custom.js 403 (Forbidden)
Here the methods I have tried to upload files to the live server:
Using CMD+K in Finder, connecting to the live server with an address like smb://webserver, and then simply dragging files from my local folder to the wwwroot folder.
Using PHPStorm (on Windows), selecting the mapped network folder as my workspace, and then "Deploying" all the files to the server by clicking an "Upload to [webserver]" button.
What is the best way to go about transferring these files from my local machine to a web server on the same network?
It turns out it was a permissions problem. After some permission changing, it now works. Fixed!

Access a hidden file programatically in Windows RT?

Is there any way to access hidden files programatically in Windows RT?
Whenever I try to do GetFileAsync for a hidden file, I get UnauthorizedAccessException.
Not from the Windows Runtime API.
If the file is in your app data folder you can use the Win32 file API to find and manipulate the hidden file, but your app won't have permissions to do that elsewhere in the file system.

Notepad++ upload to FTP and keep file

So I have a domain and a directory on my computer that can be accessed with my ipadress as link and I want so when I click save it uploads the updated version to the FTP AND updates the file on my computer so both my domain website and my ipadress website will be updated with the new changes, is that possible?
I'm sorry if it is hard to understand the text, kinda hard to explain to...
Use Win-scp.
Install it, then either:
Open the file directly from the server and when you save the file will be uploaded
click on Keep remote directory up to date and once you save for file locally, winscp will upload it for you.
To work with Notepad++ with winscp you need to configure winscp to use notepad++.

Resources