added download command to download file by fileid

This commit is contained in:
Chris Lu
2013-11-18 23:41:00 -08:00
parent 47aea42d66
commit ac66eee045
2 changed files with 122 additions and 1 deletions

View File

@@ -22,10 +22,11 @@ var IsDebug *bool
var server *string
var commands = []*Command{
cmdCompact,
cmdCompact,
cmdFix,
cmdMaster,
cmdUpload,
cmdDownload,
cmdShell,
cmdVersion,
cmdVolume,