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.
ASKED: Aug 4, 2008  9:22 PM GMT
UPDATED: August 5, 2008  1:53:58 PM GMT
32,405 pts.

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:

open ftp.corp.com (<- change to destination host name)
user
anonymous (<- change to appropriate user name)
mailuser@corp.com (<- change to password for specified user)
cd /put-test/data (<- where to put data)
bin (<- filetype bin for binary)
hash (<- displays hashmarks on screen to show progress)
put file.tst (<- put appropriate filename here)
quit
Last Wiki Answer Submitted:  Aug 4, 2008  9:39 PM (GMT)  by  Labnuke99   32,405 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _