I have got a sftp script that downloads the archives , unzip it and then rename the files according to date and moves it to respective folder.
I had to move the script from USB drive onto a separate server . After i moved whenever the script runs it extracts the files but while moving files it gives following error :
mkdir: cannot create directory `../abc/2011-11-23': No such file or directory
Any help will be appreciated.
Thanks