5 pts.
 ftp from windows server to novell 6.0 server
How do you set up an ftp job to transfer files from a windows server to a novell server running I believe it's version 6.x? Thank you.

Software/Hardware used:
ASKED: August 4, 2008  9:22 PM
UPDATED: August 5, 2008  1:53 PM

Answer Wiki:
Create a scheduled task to run a Windows BAT or CMD file. Have the file call an ftp script similar to the following: <b>open ftp.corp.com</b> (<- change to destination host name) <b>user</b> <b>anonymous</b> (<- change to appropriate user name) <b>mailuser@corp.com</b> (<- change to password for specified user) <b>cd /put-test/data</b> (<- where to put data) <b>bin</b> (<- filetype bin for binary) <b>hash</b> (<- displays hashmarks on screen to show progress) <b>put file.tst</b> (<- put appropriate filename here) <b>quit</b>
Last Wiki Answer Submitted:  August 4, 2008  9:39 pm  by  Labnuke99   32,720 pts.
All Answer Wiki Contributors:  Labnuke99   32,720 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _