Thanks, I will look into the Site() and Quote() commands. I have to connect to an FTP server that requires 3, yes 3 logins. Basically, after the standard login, they require two USER statements to be executed as follows after datandard login
USER
username
password
USER
username
password
Hopefully i'll be able to do this with those commands.