Log in
Register
What's new
Search
Search
Search titles only
By:
Menu
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums
Tutorials
About
Rules
What's New
Driver Reference Table
Donate
Search titles only
By:
Latest activity
Register
thiriglory
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Recent content by thiriglory
T
Batch Script to Upload a File to Your Server via FTP
This is my test in powershell. $sourceFilePath = "C:\Upload\test.Zip" $siteAddress = "Test.jp" $MyUserName = "test.co.jp"; $MyPassword = "password"; $webClient = New-Object System.Net.WebClient; $webClient.Credentials = New-Object System.Net.NetworkCredential("$MyUserName"...
thiriglory
Post #12
Oct 16, 2019
Forum:
Windows 10 Tutorials
T
Batch Script to Upload a File to Your Server via FTP
@jcgriff2 This is my test in powershell. $sourceFilePath = "C:\Upload\test.Zip" $siteAddress = "Test.jp" $MyUserName = "test.co.jp"; $MyPassword = "password"; $webClient = New-Object System.Net.WebClient; $webClient.Credentials = New-Object System.Net.NetworkCredential("$MyUserName"...
thiriglory
Post #11
Oct 16, 2019
Forum:
Windows 10 Tutorials
T
Batch Script to Upload a File to Your Server via FTP
Yes I want to use HTTPS for security. I fixed it with powershell. Thank you for your guidance!
thiriglory
Post #8
Oct 13, 2019
Forum:
Windows 10 Tutorials
T
Batch Script to Upload a File to Your Server via FTP
Can i also send via https.
thiriglory
Post #6
Sep 24, 2019
Forum:
Windows 10 Tutorials
thiriglory
Menu
Log in
Register
Top