Sync/Variables.go

11 lines
327 B
Go
Raw Normal View History

2015-09-28 19:06:09 +00:00
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?
)