Forum: Shell Scripting Nov 7th, 2007 |
| Replies: 6 Views: 2,179 Hi,
I made a mistake by including the rm before the ftp session just to check if my file can be deleted, so i thought your solution works. But when i tried your solution, i still wasn't able to... |
Forum: Shell Scripting Nov 6th, 2007 |
| Replies: 6 Views: 2,179 Hi,
Thanks a lot. I did as you said, and I also put the complete path, so instead of rm go* I used rm /..../go* and it worked!
Thanks again.
Sonya |
Forum: Shell Scripting Nov 5th, 2007 |
| Replies: 6 Views: 2,179 Hi,
I have a script which uploads files successfully to another server via ftp. But after the files are uploaded, I want them to be deleted (removed), but it doesn't seem to work. I would... |