added authentication to tupkgs and updated info in tupkg

This commit is contained in:
jchu 2004-09-03 20:18:54 +00:00
parent 25b0104806
commit 03157ad239
3 changed files with 41 additions and 10 deletions

View file

@ -130,11 +130,12 @@ def main(argv=None):
usage()
return 1
cs = ClientSocket(files, 'localhost', 1034, "bfinch@example.net", "B0b")
cs = ClientSocket(files, 'localhost', 1034, "tu", "tu")
cs.connect()
if not cs.auth():
print "Error authenticating you, you bastard"
return 1
cs.sendFileMeta()