I'm STILL new to all this C# stuff. But Am well on my way. For some reason when I try and get files I need to get files first in ASCII then in Binary. I dont know how to change the connection. The only way I got round it was to drag 2 FTP controls onto the form and set one of them as ASCII and one as BINARY. When I programmed these i did binary first. When it finished and closed I tried to connect to the server with the second connection. It then threw me out because it says "Broken Client" ./ something about an invalid command. I'm not sure why its saying this as I'm using ChangeWorking Directory with my path and it work earlier.
I'm assuming this may be to do with the connection? And having 2 of them. Surerly theres a way in the code to set 1 connection so that i can alternate between ASCII and binary?
Any help would be appreciated.
PS... Thanks for the advice last time. Very good!