pshankland 0 Posted January 12, 2012 (edited) Hi, I am looking at using zFTPServer for, obviously, a FTP server mainly because your can create / modify users via a Telnet session. So, I am trying to build a very simple program which will take input of the username, password, realname and group membership and parse it out via Telnet. Looking through the forums I should use the TCPConnect() and TCPSend() functions. I have the following test and appear to get the TCPConnect() to work as it doesn't error, but the TCPSend() does produce an @error: $strIP = "127.0.0.1" TCPStartup() $StrConnectedSocket = TCPConnect($strIP, 3145) TCPSend($strConnectedSocket, "user admin" & @CR) TCPCloseSocket($strConnectedSocket) Anyone have any suggestions? Thanks. Pete. Edited January 12, 2012 by pshankland Share this post Link to post Share on other sites
pshankland 0 Posted January 16, 2012 Sorry to bump but does anyone have any ideas?? Thanks. Share this post Link to post Share on other sites