Hi,
My requirement is to FTP a PS file, by converting it to a .txt file, to a share path. FTP card which am using is as below:
\\abcd\Shares\path\Projects
userid
pswd
CD Report File
PUT 'abcde.efgh.123.RPTA' + ABCD_Interface_M.TXT
CLOSE
QUIT
But its giving me error saying unknown host. How am I suppose to give the share path detail? Is thr any syntactical error?