Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FTP
Name: Kami Naseem Date: February 21, 2001 at 10:30:17 Pacific
Comment:
Hi,
I am trying to do a file transfer from HP UNIX to NT Server and I was wondering if there is a NT script that could do this automatically on daily basis.
Name: daryl Date: February 22, 2001 at 09:18:59 Pacific
Reply:
write a batch file to do the transfer and then schedule it with at.exe. commands for the batch file can be found here http://html.tucows.com/webmaster/tut/dosftp.html and just type c:>at /? to get the syntax for at
0
Response Number 2
Name: Tom Date: February 24, 2001 at 20:24:48 Pacific
Reply:
You can also use the ftp program on the Unix server and setup a crontab to run it on a daily basis.
Summary: I have an MS Proxy Server running a proxy for web access (http port 80). But FTP access don't work through the proxy. On the Server the FTP Service is running, set to Port 21, Anomy. login is checked...
Summary: On NT server running IIS4, is there any way to set up home directories for ftp users? We have several ftp users who have unique logins and we'd like to put them in their own directories as they log in...