GUI Multi Threading
Is it possible at all to ensure that FTP is using different threads from GUI thread, reason being is that you want to press cancel or move a window it crashes and says it is not responding, using threading you will be able to move windows and yet system will be able to do preform all the functions in the background.
Just a thought :P
Just a thought :P