- How to move files from a subfolder to public_html
- Posted by vijaynats@gmail.com on January 5th, 2006
I have an oscommerce website hosted on a linux server with cpanel.
Currently i have all the files under a subfolder 'demo' under
public_html folder. I want to move all the files and folders from demo
to public_html. How do we do it using CPanel which has only MOVE FOLDER
option?
Happy New Year!
Vijay
- Posted by Brian Wakem on January 5th, 2006
vijaynats@gmail.com wrote:
No idea how cpanel works, but do you have shell access?
It's simply a matter of:
mv /path/to/demo/* /path/to/public_html/
--
Brian Wakem
Email: http://homepage.ntlworld.com/b.wakem/myemail.png
- Posted by saz on January 5th, 2006
In article <424pbjF1h8tpfU1@individual.net>, no@email.com says...
deleting files, but not moving them. You need a FTP Program. I would
suggest using FileZilla (free) for your purposes.
- Posted by vijaynats@gmail.com on January 12th, 2006
Well i found the move option for folder. It helps to move a complete
folder and its contents to different location. Cpanel is best and fast
for management of the website resources online (When we don't need to
upload/download).
Thanks for your suggestions!
saz wrote:


