Configure vsftpd-server on linux OS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Configure vsftpd-server on linux OS

1,274 次查看
purvi_billore1
Contributor III

Hello,

I have included vsftpd-server in my custom linux OS. 

Now, I am searching for the configuration of vsftpd-server and vsftpd-client. I want to configure my toradex evaluation board as vsftpd-server and PC as vsftpd-client and want to upload file on vsftpd-server on board and download on vsftpd-client PC.

Can someone help for knowing its configuration!!

Thanks and Regards

Purvi 

标签 (2)
标记 (1)
0 项奖励
2 回复数

1,078 次查看
adamhuang
Contributor III

once adding ssl_enable=YES into vsftpd.conf get the following info when launch vsftpd:
500 OOPS: SSL: ssl_enable is set but SSL support not compiled in.

Per checked, there is openssh and openssl that had been added into local.conf.
Furthermore, there is libssl.so inside /usr/lib directory in the Linux embedded system.

Modify:
meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.3/nopam-with-tcp_wrapper.patch
To:
-#undef VSF_BUILD_SSL
+#define VSF_BUILD_SSL
It's not helpful to solve that issue. 

Any idea on vsftpd integration? 

0 项奖励

1,195 次查看
b36401
NXP Employee
NXP Employee

There should not be anything special to i.MX in point of vsftpd configuration.
It is simply one of FTP server. And optionally it supports SSL.
You can use vsftpd.conf file for its configuration.

0 项奖励