Viewing 5 posts - 1 through 5 (of 5 total)
Hey,,,I got Success,,Thanks a lot.:-)
December 1, 2016 at 3:55 am
Hi,
Thanks for information.
Anisha
December 1, 2016 at 3:42 am
Hi David,
We can use other power shell commands to login website and navigate to the required page and download the file.
For example--
$username = "username"
$password = "password"
$ie = New-Object...
December 1, 2016 at 12:31 am
Hi David,
Using other power shell command, we can login the other web site navigate to required page and download the file.
Example---
function Test-GmailLogin{
Param(
...
December 1, 2016 at 12:17 am
Hi,
I tried running the following command on power shell-------
Start-BitsTransfer -source "http://www.textfiles.com/adventure/$filename" -destination "C:\sql\$221baker.txt"
And getting the following error-------
The term 'Start-BitsTransfer' is not recognized as the name of a cmdlet, function, script...
November 30, 2016 at 11:09 pm
Viewing 5 posts - 1 through 5 (of 5 total)