They each have their own events that get called as they complete a given action. This would cause them to jump to another sub at that point. They really should not be used in the same sub. Like when you do:
FTP.List("/")
When it completes that action, it will call:
FTP_ListCompleted
Now the control is in the FTP_ListCompleted sub. The Download command does basically the same thing.
thanks margret, then if i want a only one sub for view updates on my ftp and then download it ... I must use two separated subroutines ... two buttons ...