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.
Wildcards in ftp script?
Name: Margaret Date: September 3, 2002 at 13:52:26 Pacific
Comment:
I am writing an ftp script to get a file whose filename changes, but the file extension is consistent. Tried using "get *.txt" but got "file does not exist" error. File is the only one in the directory with this extension. Any ideas?
Summary: hi all, This is regarding ksh script. I have a ftp script which does fine job in copying files to remote server. But i still have a small problem to solve. Directories are been created in the ser...
Summary: Hi. Although what u r trying to say is not very difficult by If I am at you position I will use this approach In place of - cd to the most recently created subdirectory under the one that I'm place...
Summary: Hello Thanks david for the help, when I use the mailx command by itself outside the script its emailing the output but when I include it in the script The output is not getting emailed..follwing is ...