Fix ftpclient.nim

This commit is contained in:
Neelesh Chandola
2018-12-13 12:45:47 +05:30
parent 1f1d7b1088
commit abcf4d8b5d

View File

@@ -81,7 +81,6 @@ type
oneSecond: BiggestInt # Bytes transferred in one second.
lastProgressReport: float # Time
toStore: string # Data left to upload (Only used with async)
else: nil
FtpClientObj* = FtpBaseObj[Socket]
FtpClient* = ref FtpClientObj