David Rushton <David.Rushton <at> antaresia.com.au> writes: > > Hi there, > > Is there some way to copy all the files from a local directory to a > remote directory and then delete the files in the local directory? > > I notice that > > mput -E * > > and > > mirror -R --Remove-source-files > > both leave the local files there. > > Dave > >
Well. I encount the save issue here. My lftp script using mput -E does not remove fully transferred files. On the other, if I run from an xterm the command lftp -f lftpCmd with a lftpCmd file containing a mput -E command, it works !! It seems that it is the fact that running lftp within a bash script that prevents -E argument to be taken into account... Any solution ? _______________________________________________ lftp mailing list [email protected] http://univ.uniyar.ac.ru/mailman/listinfo/lftp
