mirror of
https://github.com/jonbranan/globalscape.git
synced 2025-01-18 06:43:33 -06:00
added some rest scripts
This commit is contained in:
parent
d861e612fe
commit
1f99a776fb
0
powershell/REST API/REST-Basic-Connection-Template.ps1
Executable file → Normal file
0
powershell/REST API/REST-Basic-Connection-Template.ps1
Executable file → Normal file
0
powershell/REST API/REST-Get-Server-Information.ps1
Executable file → Normal file
0
powershell/REST API/REST-Get-Server-Information.ps1
Executable file → Normal file
0
powershell/REST API/REST-testing.ps1
Executable file → Normal file
0
powershell/REST API/REST-testing.ps1
Executable file → Normal file
0
python/REST API/REST-connection.py
Executable file → Normal file
0
python/REST API/REST-connection.py
Executable file → Normal file
0
python/REST API/REST-move-user.py
Executable file → Normal file
0
python/REST API/REST-move-user.py
Executable file → Normal file
9
python/eftcom-getusedspace.py
Normal file
9
python/eftcom-getusedspace.py
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user