This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
faq:how-to-add-new-ftp-account-to-update-add-plugins-and-themes [2013/08/01 11:08] Alia |
faq:how-to-add-new-ftp-account-to-update-add-plugins-and-themes [2013/08/02 04:25] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Q: How to upgrade/add plugins and themes without using main cPanel username and password??===== | + | ===== Q: How to upgrade/add plugins and themes without using main cPanel username and password?===== |
- | Every time you update/add plugins and themes Oxwall asks you to enter FTP attributes: host name, control panel username and password. In case you don't want to give out this information you can set separate FTP accounts with access to only needed data on you server. | + | Every time you update/add plugins and themes Oxwall asks you to enter FTP attributes: host name, control panel username and password. In case you don't want to give out this information you can set separate FTP accounts with access to only needed data on your server. |
Requirements: access to your control panel, access to admin panel. | Requirements: access to your control panel, access to admin panel. | ||
Line 13: | Line 13: | ||
2. Create new FTP account. | 2. Create new FTP account. | ||
- | Make sure the **directory** option in the ftp form shows "public_html" (the default value will show as "public_html/{$login_name}". Remove the name ( highlighted in red on screen shot) so that it is just "public_html". | + | Make sure the **directory** option in the ftp form shows "public_html". |
+ | The default value will show as "public_html/{$login_name}". Remove the name ( highlighted in red on screen shot) so that it is just "public_html". | ||
{{:faq:ftpaccount.png?400|}} {{:faq:ftaccountmain_final.png?400|}} | {{:faq:ftpaccount.png?400|}} {{:faq:ftaccountmain_final.png?400|}} | ||
Line 24: | Line 25: | ||
* Port: 21 | * Port: 21 | ||
- | ====If Oxwall is located under sub/addon domain name or subfolder: ==== | + | ====If Oxwall is installed under sub/addon domain name or subfolder: ==== |
1. Log in to your control panel>FTP Accounts. | 1. Log in to your control panel>FTP Accounts. | ||
Line 33: | Line 34: | ||
Make sure to change** directory** option in ftp form. | Make sure to change** directory** option in ftp form. | ||
- | Default value will show "/public_html/{$login_name}"). Change it to: "/public_html/**your_sub_or_addon_dir_name ** . For example: my Oxwall site is installed under www.mymaindomainname.com/oxwall153 therefore When creating new FTP account I will use "/public_html/oxwall153" instead of default value. | + | The default value will show "/public_html/{$login_name}"). Change it to: "/public_html/**your_sub_or_addon_dir_name ** . |
+ | |||
+ | For example: my Oxwall site is installed under www.mymaindomainname.com/oxwall153, therefore when creating new FTP account I will use "/public_html/oxwall153" instead of default value. | ||
{{:faq:ftpaccountsub.png?400|}} {{:faq:screenshot-29.png?400|}} | {{:faq:ftpaccountsub.png?400|}} {{:faq:screenshot-29.png?400|}} | ||
Line 46: | Line 49: | ||
* Port: 21 | * Port: 21 | ||
+ | |**Note**: This documentation was provided by our contributor [[http://www.oxwall.org/user/durangod| Dave ]]. Original instructions can be found [[http://www.oxwall.org/forum/topic/12297|here]] | | ||