Re: How to download from leeware?
I believed leeware servers have SELinux enabled by default. This will prevent you from login via FTP, and I couldn't find exactly how to enable FTP login with it. So, if you can't login via FTP, try turning off SELinux from the instruction in the email Lee sent.
Re: How to download from leeware?
Quote:
Originally Posted by
0sec
Search the forum for this topic.
There are some good threads about it..
You need to install a FTP Server to download with acceptable speed.
1. Open Putty and connect
2. type in putty "yum -y install vsftpd" (everything without the " )
3. after the installation, type "/ect/init.d/vsftpd start"
4. then you can reach the server "ftp://vpsXXX.leeware.com/"
5. Install FDM (Free Download Manager)
6. And the rest you will understand yourself :)
Have fun
After i type /etc/init.d/vsftpd start i get
-bash: /ect/init.d/vsftpd: No such file or directory
What i do wrong again?
Damn... i wonder if i will succed finally
Re: How to download from leeware?
Re: How to download from leeware?
OK i changed it but i'm still not able to connect with FTP
Do i have to do anything more??
Re: How to download from leeware?
what error u getting when u try connect to ftp?
Re: How to download from leeware?
i get
The connection was reset
The connection to the server was reset while the page was loading.
Re: How to download from leeware?
Any more help??? Please!!!
Re: How to download from leeware?
Did you disable SELinux? If not, give that a try.
Re: How to download from leeware?
Quote:
Originally Posted by
naq
I believed leeware servers have SELinux enabled by default. This will prevent you from login via FTP, and I couldn't find exactly how to enable FTP login with it. So, if you can't login via FTP, try turning off SELinux from the instruction in the email Lee sent.
i is not very clear to me how to disable selinux
he siad
edit /etc/selinux/config when i write this in putty it says permission denied
is it in putty or somewhere in the control panel?
because it say change enforcing=enabled i think this should be somewhere out of putty.
anyone please.
Re: How to download from leeware?
It's in putty, type:
vim /etc/selinux/config
change it to disabled, save and quit
then restart, type:
shutdown -r now