I know I can use windows ftp. I'm using it right now in my update script.
All works great. Accept that when users log in and my loginscipt calls
the update script everyone can see the commands I send to the ftp server.
I don't want that to happen but windows ftp can't hide all the commands.

This is a part of my script I'm now using with windows ftp:
 Code:
 
md $locatie + "\temp\" + @WKSTA
cd $locatie + "\temp\" + @WKSTA
shell "ftp -v -i -s:$locatie\utils\ftp.opd $rs6000"

Because of all the commands you see when you log in I wanted te use FTPget()