Cannot find output Start-FileDownload when using -FileName
When I use -FileName, I cannot find the output file in the current directory. If I use:
-ps: Start-FileDownload "http://downloads.sourceforge.net/project/emacs-bin/releases/emacs-24.4.1-bin%28i686-pc-mingw32%29.7z"
-cmd: dir
Then 'emacs-24.4.1-bin%28i686-pc-mingw32%29.7z' appears in the output of 'dir'.
If I use
-ps: Start-FileDownload "http://downloads.sourceforge.net/project/emacs-bin/releases/emacs-24.4.1-bin%28i686-pc-mingw32%29.7z" -FileName "emacs-bin.7z"
-cmd: dir
Then 'emacs-bin.7z' is nowhere to be seen.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Robin Neatherwa... on 21 Oct, 2014 10:47 AM
By the way, you can see this behaviour in this build: https://ci.appveyor.com/project/rneatherway/fsharpbinding/build/1.0.186
Support Staff 2 Posted by Feodor Fitsner on 21 Oct, 2014 06:50 PM
Thanks for reporting that. The issue has been found and fixed. Will deploy with the next update.
3 Posted by Robin Neatherwa... on 21 Oct, 2014 09:05 PM
Thanks!
Support Staff 4 Posted by Feodor Fitsner on 24 Oct, 2014 05:03 AM
Fix has been deployed.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:49 AM.