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.
Unix/FTP help
Name: meistersag Date: October 31, 2005 at 06:38:40 Pacific OS: HP UNIX CPU/Ram: 11
Comment:
I have a task to delete files from an FTP Server which is a IIS server from unix shell script, ftp delete command does not let me use wild card characters(globbing)and i have files that have file names with spaces,special characters and deleting these files has been a problem, does anyone out there have any ideas/help to delete files with spaces using ftp delete command,i have already tried to use double quotes and single quotes.
Name: monish_career Date: November 11, 2005 at 01:25:03 Pacific
Reply:
i also have the same problem of deleting files which are old by 3 days from the ftp server due to crunch of space in unix scripting can i get any help regarding this
Summary: How do i send using ftp or by any method to send unix file to local drive(i.e c:\) from UNix command line and vice versa. my requirement is to pull the files from the UNix adnd format usinga tool whic...
Summary: Hello, I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the transferred file I see that some lines are deleted ...
Summary: Hi, I want to write a script which basically monitors the amount of file usage (%) for a specific file system ,say "/mount1" for a amount of %,say 98%...When it reaches this %,it should generate a war...