Dear All I cannot ftp to my centos server from MS Windows machine ,but ping and telnet are ok. I checked as the following : #chkconfig tftp on #setup After enabling tftp service, still the ftp is not ok but ping & telnet are ok. Can you please help me? Thank you
tftp != ftp
you probably want to install vsftpd
Am 07.06.11 08:43, schrieb hadi motamedi:
Dear All I cannot ftp to my centos server from MS Windows machine ,but ping and telnet are ok. I checked as the following : #chkconfig tftp on #setup After enabling tftp service, still the ftp is not ok but ping& telnet are ok. Can you please help me? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 6/6/11, John R Pierce pierce@hogranch.com wrote:
On 06/06/11 11:47 PM, Juergen Gotteswinter wrote:
tftp != ftp
you probably want to install vsftpd
or better, use winscp from windows.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thank you very much for your reply. The best solution to my case was using winscp.
On 6/6/11, Juergen Gotteswinter jg@internetx.de wrote:
tftp != ftp
you probably want to install vsftpd
Am 07.06.11 08:43, schrieb hadi motamedi:
Dear All I cannot ftp to my centos server from MS Windows machine ,but ping and telnet are ok. I checked as the following : #chkconfig tftp on #setup After enabling tftp service, still the ftp is not ok but ping& telnet are ok. Can you please help me? Thank you _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I am trying on my Windows machine command prompt like the following: C:\ftp 172.18.128.1 But it is not successful.
On Tue, 07 Jun 2011 00:23:08 -0700 hadi motamedi wrote:
I am trying on my Windows machine command prompt like the following: C:\ftp 172.18.128.1 But it is not successful.
tftp is NOT a ftp daemon. Despite the fact that it has ftp as part of its name, it doesn't do what you want to do. It's the wrong tool for the job.
You have to install and set up a ftp service on your server. Juergen's recommendation was for vsftpd. Install that and set it up.