Configure vsftpd-server on linux OS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Configure vsftpd-server on linux OS

1,239件の閲覧回数
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,043件の閲覧回数
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,160件の閲覧回数
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 件の賞賛