Mary,
Thanks for your kind advise from your experience. Appreciate that.
I will certainly go ahead to install the 'remote access contrib' as per your advise. Thanks
I have a need to run a client app that will access SME i-bay to download files and
i need to automate this so that the client app can login using a client as a php script
or C++ code and download the file. I am not sure if I can use 'webshare' with such
automated script.
in any case, I would like to successfully access using ftp & sftp as access options
and get these two options working, before I go on to configure 'webshare'
I have successfully configured the account to access i-bay using FTP, but experiencing
the following error:
"421 per host concurrency limit reached." and the transfer fails.
Is there a configure I need to set in the SME to address this problem ?
Hopefully my updates on the problem I have encountered and the steps I have taken
to resolve will be helpful to someone else who may have similar needs with SME 8.x
Thanks for taking time to advise.
Best Regards,
Festus
----------------------------------------------------------------------------------------------------
Since posting this I managed to do further search and found the following related postings.
http://forums.contribs.org/index.php?topic=45855.0http://forums.contribs.org/index.php?topic=31792.0After some research and trial and error, managed to take the following steps to resolve the
FTP connection problem.
mkdir -p /etc/e-smith/templates-custom/var/service/ftp/peers/local
echo "C8" > /etc/e-smith/templates-custom/var/service/ftp/peers/local/ConcurrencyPerIP
nano /etc/e-smith/templates-custom/var/service/ftp/peers/local/ConcurrencyPerIP
expand-template /var/service/ftp/peers/local
sv t /service/ftp
-----------------------------------------------------------------------
Hope others will find this useful