From: Darryl R. <bo...@af...> - 2005-03-11 00:57:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey All, I need create a program which will be used by various people to upload rather large files (~ 50Mb) to a server. I've been thinking of using either ftp or rsync. At the moment I'm looking into the ftp option. I have 2 questions: 1) Has wxFTP been wrapped? 2) Is it possible to get some feedback from the module as to the status of the upload (eg, the amount sent so far / percent done so far) which would then be displayed to the user using a wxGauge type widget. I'm guessing that I'll need to run 2 threads, one to update the GUI and one to handle the ftp conversation. If (2) is possible, would running multi-threaded cause any problems? The target platform is Win32, if that makes any difference. TIA Darryl -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) iD8DBQFCMOdE/XQ6DbmPjokRAkbcAJ42cOmE6I8ys+BzgpFT5287cfI/yACghXaM TZyS4QqNzeQuI21BXQxkhEM= =W2fx -----END PGP SIGNATURE----- |