Sync/Variables.go
Thorsten Sommer cd58325ee3 Version 1.0.0
2015-09-28 21:06:09 +02:00

11 lines
327 B
Go

package main
var (
username = `` // The SSH user's name
password = `` // The user's password
serverAddrString = `` // The SSH server address
localDir = `` // The local directory
remoteDir = `` // The remote directory
supervised = true // Should the tool work supervised?
)