Skip to content

Commit

Permalink
default port 22
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreezy committed Aug 3, 2012
1 parent f0d382a commit 2571af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleSync.py
Expand Up @@ -51,7 +51,7 @@ def getSyncItem(local_file):
# ScpCopier does actual copying using threading to avoid UI blocking
#
class ScpCopier(threading.Thread):
def __init__(self, host, username, local_file, remote_file, port=21):
def __init__(self, host, username, local_file, remote_file, port=22):
self.host = host
self.port = port
self.username = username
Expand Down

0 comments on commit 2571af7

Please sign in to comment.