Forums » GOautodial App Development »
FTP Access GOAUTODIAL
Added by Oussama Mili over 11 years ago
Hello,
i wanna connect my PC to the goautodial server after the installation to copy all installation/system file installed on the server but i can't access,
how can i do please?
Replies (6)
RE: FTP Access GOAUTODIAL
-
Added by Jerico James Milo over 11 years ago
GoAutoDial V3 uses a Linux CentOS distro. Just download the ISO from our website and install it to your server. You can access your server via SSH.
RE: FTP Access GOAUTODIAL
-
Added by Oussama Mili over 11 years ago
Thank you James,
i know that i can access via ssh, but i need to access via Filezilla to extract all installation file from the server.
or , can you tell me haw to install goautodial on wampserver under windows?
i downloded wampserver and goautodial but i dont haw i install it on this wampserver under windows.
thank you
RE: FTP Access GOAUTODIAL
-
Added by Demian Biscocho over 11 years ago
GOautodial ISO already contains the Linux operating system (CentOS). If you need to extract the files, just install it in a virtual machine (VirtualBox or VMWware).
RE: FTP Access GOAUTODIAL
-
Added by Oussama Mili over 11 years ago
Thank you Demian for your answer.
Extraction done succesfully, but i have a file .OVA i can't open it to see the goautodial files
RE: FTP Access GOAUTODIAL
-
Added by Demian Biscocho over 11 years ago
You need to run GOautodial in your virtual machine. You can then SFTP to your GOautodial VM from your workstations to get the files.
RE: FTP Access GOAUTODIAL
-
Added by Levi Ferneyhough about 11 years ago
Ill answer the question you asked
Log via SSH
type
yum install vsftpd
after that has done, type
nano /etc/vsftpd/vsftpd.conf
change:
anonymous_enable=NO
chroot_local_user=YES
To make it run at startup:
sudo service vsftpd restart
and your done, connect with server ip - user + password will be same as root account. port obviously 22.
hope that helps.