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 a file from NT to UNIX box
Name: tadp0ley Date: November 11, 2002 at 19:42:14 Pacific OS: NT4 CPU/Ram: PIII 512K
Comment:
newbie here,
Need some help in getting Unix to run a script to grab a file from an NT box.
Thanks in advance and I hope I've provided pertinent info.
Name: Binh Le Date: November 12, 2002 at 08:36:53 Pacific
Reply:
First of all you should have user's name and passwords for your NT ftp server. uid=userid pid=password ftp -n -i -v <open your_NT_ftp_server user ${uid} ${pid} get your_File close bye START
Summary: I am trying to FTP an excel file from NT box to Unix box using a Cntl-M script. The FTP is sucessful, but the file cannot be openend on the unix box. What could be the problem? thanks ...
Summary: To all UNIX/NT Gods out there.....i have a .csv file that needs to be written directly to a NEW .csv file in a UNIX server from and NT server. How do i go about doing it? Do i write a batch file in NT...
Summary: Hi! I'm currently doing PERL programming for file uploading. I'm supposed to get a file from the NT directory and copy the file in unix under different file name. How do i do that? i despera...