Hi,
I am using the Mote Python 3 branch and am getting this error upon trying to connect to the SFTP server:
[Errno 22] Invalid argument
Exception in thread Thread-1:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "C:\Users\User\AppData\Roaming\Sublime Text 3\Packages\Mote-python-3\Mote.py", line 220, in run
self.sftp.send(u'cd "%s"' % (path))
StopIteration