Hi Daniel, if I give an empty array to the FTPClient.Exec() method: --8<--------------- Dim h As New FTPClient h.Exec([""]) --8<--------------- the interpreter gets a segfault. I think you should either warn or do nothing in this case. Regards, Tobi