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.
Regarding moving files from FTP sit
Name: poornimajayan Date: November 19, 2008 at 07:49:16 Pacific OS: Unix CPU/Ram: 512
Comment:
Hi, I am new into Unix and I have 2 files A & B coming into my FTP site on 2nd day of all month. The files are in the format A_YYMMDD_HHMISS Ex: A_081102_180708
I need to rename the A & B files to Product.txt & Person.txt and push to some other machine.Also the files won't be deleted after moving from FTP site.So all files will be accumulated in the same folder of FTP site.Can anyone help me in doing the Korn shell script for the same?
Summary: What I am trying to do is -- to move a file from Unix to NT. I guess I need to have script which will allow me to do that when ever I execute that program. I am not a Unix person -- so I really don't ...
Summary: The typical way of moving files and directories is with the mv command: cd /pathto/tech mv *.uni best The above contains no error checking, so use the cp command until you get the script the way you w...
Summary: I really appreciate if some one please help me on this... I am using FTP from UNIX (Solaris) to send a file to a win2003 server. I need to invoke a bat file which is on this windows server after the ...