added some rest scripts

This commit is contained in:
jblu 2022-07-26 14:07:01 -05:00
parent d861e612fe
commit 1f99a776fb
6 changed files with 9 additions and 0 deletions

0
powershell/REST API/REST-Basic-Connection-Template.ps1 Executable file → Normal file
View File

0
powershell/REST API/REST-Get-Server-Information.ps1 Executable file → Normal file
View File

0
powershell/REST API/REST-testing.ps1 Executable file → Normal file
View File

0
python/REST API/REST-connection.py Executable file → Normal file
View File

0
python/REST API/REST-move-user.py Executable file → Normal file
View File

View File

@ -0,0 +1,9 @@
import win32com.client as win32
from pathlib import Path
server = win32.gencache.EnsureDispatch('SFTPCOMInterface.CIServer')
server.ConnectEx('192.168.4.14', 1100, 0, 'a', 'QjIlmT4H')
a = server.ICIClientSettings.GetUsedSpace
print(a)