Status, byte size, transfer rate, etc does not show. Progressbar is the only thing thats working. In addition if I click anywhere in the form, the app is non-responsive. Please advise.
exFTPConnection1.UserName = "username";
exFTPConnection1.Password = "mypass";
exFTPConnection1.ServerAddress = "255.255.255.255";
exFTPConnection1.Connect();
exFTPConnection1.DownloadFile(myfile.ToString(), myfile.ToString());
exFTPConnection1.Close();
Thx,
B