constantine-fry / rebekka

Rebekka - FTP/FTPS client in Swift.
BSD 2-Clause "Simplified" License
87 stars 56 forks source link

File Uploaded without extension #9

Open asifbilal786 opened 8 years ago

asifbilal786 commented 8 years ago

When i tried to upload file using upload() method of Session Class. It showed me the success. That's alright. But the file saved on server didn't have extension with it's name. That's ambiguous & it's causing an unknown file type. Hence can't preview the file, until it's extension not there.

So, please resolve this issue as it's really important.