{{define "sftp_content"}}

SFTP Secure File Sync

Dual streams for real-time asset transmission and file editing

Local Workstation
{{range .LocalBreadcrumb}} {{.Name}} {{end}}
{{template "sftp_pane" dict "Pane" "local" "Files" .LocalFiles "Breadcrumb" .LocalBreadcrumb}}
Remote Cluster Node
{{range .RemoteBreadcrumb}} {{.Name}} {{end}}
{{template "sftp_pane" dict "Pane" "remote" "Files" .RemoteFiles "Breadcrumb" .RemoteBreadcrumb}}

Drag files directly here to start batch upload

Files are automatically split into parallel streams of 5MB chunks and secured with AES-256 keychain keys.

New Folder

{{end}}