|
Answer» 1) Copy and rename a file (yes this can be)
2)FTP a file to a different Server ()
3) Open a Unix session and kick off a saved script ()
4) Copy a file from one DIRECTORY to ANOTHER (Yes this can be done)
5) Delete a file from the directory (Yes this can be done)
NOTE items 2 and 3 which I have not been able to locate any information on. Is there someone out there able to point me in the right DIRECTION?
thanks
SwoozieIs this the kinda thing you're looking for???
Google the Unix question for answers.
Good luckThere are some automated FTP scripts, are you looking for some of them.Yes, I am looking for automated FTP scripts. I FTP contantly and would like to automate them. This is what I have so far and it definately isnt working
chdir C:\
ftp -s:ftp.txt ServerIP/dir tree/
in text file I put
User name Password binary put c:\Folder\filename
bye
Any assistance would be greatly APPRECIATED
|