charonn0 / RB-FTP

FTP client and server implementations in realbasic
MIT License
10 stars 4 forks source link

Can't queue multiple uploads/downloads #6

Closed charonn0 closed 11 years ago

charonn0 commented 11 years ago

It is not currently possible to queue multiple uploads and downloads, rather each operation must be completed before the next one is queued.

All operations should be queueable.