Skip to content

jchande/BatchUploadAPIDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Panopto-BatchUploadAPIDemo

Panopto Batch Upload API Demo

This program uses Panopto RESTful API and C# to accomplish upload to server.

This program will need AWSSDK to run as it uses Amazon S3 Services.

AWSSDK can be downloaded from here: http://aws.amazon.com/s3/

Options for this program is explained below:

BatchUploadAPIDemo.exe SERVER USERNAME USERPASSWORD FOLDERID FILELOCATION FILEPATH [FILEPATH]

Upload file at FILELOCATION with path as FILEPATH to session with same name as file in folder with ID as FOLDERID on SERVER logged in with USERNAME and USERPASSWORD

SERVER: Target server
USERNAME: User name to access the server
USERPASSWORD: Password for the user
FOLDERID: ID of the destination folder
FILELOCATION: Location of file (dn - Disk and Network; ftp - FTP Server; w - HTTP URL)
FILEPATH: Target upload file path relative to current directory

About

Demo for how to use Panopto's upload API from different file sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%