Hello everyone am a new member here and i know that i shouldn't ask for help without giving something in return but this one is very important for me .
i want to make something like this . i want to make a ftp script that would create a directory on the server with computer name and date something like this
$date = @MDAY & "-" & @MON & "-" & @YEAR
$Dir = _FTP_CreateDir(@ComputerName & "/" & $date)
_FTP_FileSend($Server, $Username, $Password, $Save, "/" & @ComputerName & "/" & $date & "/" & $file)
the previous script doesn't work can anyone find the mistake and help me ??
Thank you .
the previous script doesn't work can anyone find the mistake and help me ??
Thank you .