This commit is contained in:
DonRenando 2015-04-11 20:38:03 +02:00
parent 6284839e72
commit ae17c8b187
1 changed files with 3 additions and 0 deletions

View File

@ -383,6 +383,9 @@ class start(QtGui.QMainWindow):
self.ShowMessageOK("file can be send ")
ms = socket(AF_INET, SOCK_STREAM)
print(txt.split(" ")[2]+" "+txt.split(" ")[3])
ms.connect((str(txt.split(" ")[2]), int(txt.split(" ")[3])))
f = open(txt.split(" ")[4], "rb")