question on ftp - drag and drop
    Malcolm Fitzgerald 
    mfitzgerald at pacific.net.au
       
    Fri Apr 21 04:07:22 UTC 2006
    
    
  
On 21/04/2006, at 1:01 PM, David Banning wrote:
> I am interested in setting up my ftp server so that users can login
> to their directories and drag files from one sub-directory into 
> another.
You move files around by renaming them.
To move your old sales chart, sales.png from  ~/htdocs/current/ to 
~/htdocs/archive/2005/ you rename it.
rename htdocs/current/sales.png htdocs/archive/2005/sales.png
malcolm
    
    
More information about the freebsd-questions
mailing list