Configure vsftpd-server on linux OS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Configure vsftpd-server on linux OS

1,242 Views
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 

Labels (2)
Tags (1)
0 Kudos
2 Replies

1,046 Views
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 Kudos

1,163 Views
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 Kudos