The difference between client and server OS is of no importance.
client and server don't care about the filesystem which the other uses, they only use the FTP protocol.
Your problems must have another reason.
У меня есть UNIX bull AIX клиент с установленным ftp и сервером CentOS 6.2 с установленным vsftpd.
Может ли клиент подключиться к серверу? Кажется, что сервер vsftpd отклоняет все подключения от этого клиента. Мне интересно, если системная разница ОС отключает соединение, потому что файловые системы слишком сильно отличаются! Заранее спасибо,
The difference between client and server OS is of no importance.
client and server don't care about the filesystem which the other uses, they only use the FTP protocol.
Your problems must have another reason.
vsftp must be told to
this is done in vsftpd.conf.
ssl_enable=no connect_from_port_20=yes userlist_enable=no