I tryed to make a simple FTP manager with user login not togheter. I needed to make more connections because the function added for ftp doesn't support only a connection. in another path i maked a file called "key" in text format that allow me to know informations about the client. I designed this for a game, but it is okay for everything, I think. the login panel is this: #include <GUIConstants.au3> #include <GUIEdit.au3> #include <EditConstants.au3> #Region ###