Community Support Forums — WordPress® ( Users Helping Users ) — 2010-10-27T21:57:10-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=814 2010-10-27T21:57:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=4340#p4340 <![CDATA[Re: custom download directory]]> @smiles
Thanks for posting these helpful details.
~ Much appreciated!

smiles wrote:
The problem is that most people do NOT have SSH access by default and many hosts aren't too keen on giving SSH access (at least not w/o extra fees). Plus, most people don't know how to use SSH even if they DO have access. I mean look at the OP above, to him creating a sym link seems too hard when in reality it is VERY simple when you know how.

Most people don't even know where to start at all. They don't know HOW to login using SSH even if they DO have access (some have SSH access and never even know it). So for those of you wondering, you can download the free Putty SSH client to access your server through SSH. I seem to also recall finding a built-in (undocumented) SSH client in Windows XP but I can't seem to recall the name now, so Putty will do.

Once installed, simply launch Putty, enter your HostName (usually the IP address of the server) and select to connect using SSH. Accept the key then enter your username and password (this is usually the SAME as your FTP login info). Now you are logged in and ready to use SSH on your hosting account.

Now simply use the Code that Jason gave you (obviously changing the paths to what you need them to be for YOUR setup) and you have created a Symbolic Link using SSH. Pretty simple, right? Believe it or not, once you learn how SSH is just as easy as FTP.

Statistics: Posted by Jason Caldwell — October 27th, 2010, 9:57 pm


]]>
2010-10-27T20:37:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=4334#p4334 <![CDATA[Re: custom download directory]]>
I will look into it, I never used SSH, although I don't consider myself a noob at all. I have been a web developer for 5 years, but I never used SSH.

Statistics: Posted by arthomas — October 27th, 2010, 8:37 pm


]]>
2010-10-27T18:39:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=4331#p4331 <![CDATA[Re: custom download directory]]> seems too hard when in reality it is VERY simple when you know how.

Most people don't even know where to start at all. They don't know HOW to login using SSH even if they DO have access (some have SSH access and never even know it). So for those of you wondering, you can download the free Putty SSH client to access your server through SSH. I seem to also recall finding a built-in (undocumented) SSH client in Windows XP but I can't seem to recall the name now, so Putty will do.

Once installed, simply launch Putty, enter your HostName (usually the IP address of the server) and select to connect using SSH. Accept the key then enter your username and password (this is usually the SAME as your FTP login info). Now you are logged in and ready to use SSH on your hosting account.

Now simply use the Code that Jason gave you (obviously changing the paths to what you need them to be for YOUR setup) and you have created a Symbolic Link using SSH. Pretty simple, right? Believe it or not, once you learn how SSH is just as easy as FTP.

Good luck to all!

~smiles

Statistics: Posted by smiles — October 27th, 2010, 6:39 pm


]]>
2010-10-27T17:44:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=4329#p4329 <![CDATA[Re: custom download directory]]>
arthomas wrote:
seems to complicated :(
why are you not providing this possibility? is it technically impossible? or a different another reason?

I understand. Actually though, it's not a huge deal if you have SSH access to your web space.
You just log in via SSH and just type in something like this:

The syntax is: ln -s [directory] [shortcut]
Code:
ln -s /full/path/to/your/protected/files/ /path/to/plugins/s2member-files/ 

See: http://help.hardhathosting.com/question.php/95

I will certainly consider adding an option to change the location of /s2member-files/ in a future release.
@TODO :: possible config option for /s2member-files/ custom location, other than with SYMLINK.

Statistics: Posted by Jason Caldwell — October 27th, 2010, 5:44 pm


]]>
2010-10-27T17:22:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=4326#p4326 <![CDATA[Re: custom download directory]]>
why are you not providing this possibility? is it technically impossible? or a different another reason?

Statistics: Posted by arthomas — October 27th, 2010, 5:22 pm


]]>
2010-10-27T17:18:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=4325#p4325 <![CDATA[Re: custom download directory]]> Thanks for your patience.
I'm very sorry for the delayed response.

This directory MUST reside at:
/wp-content/plugins/s2member-files/

However, if you'd like to create a SYMLINK in this location, which points to another directory, possibly on a different drive or another area of your server, it is fine to do this.

Statistics: Posted by Jason Caldwell — October 27th, 2010, 5:18 pm


]]>
2010-10-06T20:12:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=3811#p3811 <![CDATA[Re: custom download directory]]> Statistics: Posted by arthomas — October 6th, 2010, 8:12 pm


]]>
2010-09-21T15:28:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=814&p=3385#p3385 <![CDATA[custom download directory]]> First, thanks for this awesome plugin, I just found it, and I am in awe of its robustness and wide array of options, there are not many plugins like that! it certainly is one the top wordpress plugins.
I have been offering a lot of files for free during the years, I want to start charging for them now, but I cant move them all to the default protected directory, because it will break a lot of links.
Isn't it possible to define a different protected directory (under the same domain), it seems that it isn't, but why? will it ever change? is there any workaround for that?
Thanks in advance

Statistics: Posted by arthomas — September 21st, 2010, 3:28 pm


]]>