# FTP Server Implementation in wp7608

**URL:** https://forum.legato.io/t/ftp-server-implementation-in-wp7608/4561
**Category:** Legato Linux distribution (Yocto project)
**Created:** [July 20, 2019, 12:44pm UTC](https://forum.legato.io/t/ftp-server-implementation-in-wp7608/4561 "2019-07-20T12:44:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![karthikR](https://avatars.discourse-cdn.com/v4/letter/k/eada6e/32.png) [@karthikR](https://forum.legato.io/u/karthikR)
#### Post date: [July 20, 2019, 12:44pm UTC](https://forum.legato.io/t/ftp-server-implementation-in-wp7608/4561/1 "2019-07-20T12:44:24Z")

</div>

Hi,I have installed vsftpd linux ftp server and changed configuration setting of it ,daemon process of vsftpd is running and I tried to connect server but it’s not happen.Same procedure followed in my pc its working fine.  
Please suggest is there any dependencies in legato to enable ftp server.  
or Any functions to create ftp server via legato application.

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.legato.io/jyijyi/32/822_2.png) [@jyijyi](https://forum.legato.io/u/jyijyi)
#### Post date: [July 24, 2019, 8:59am UTC](https://forum.legato.io/t/ftp-server-implementation-in-wp7608/4561/2 "2019-07-24T08:59:10Z")

</div>

[busybox-armv5l\_1.26](https://forum.legato.io/uploads/short-url/xUdxtSxERe1qEpAdYxqO7SkmhdZ.26) (1.1 MB)  
you can use this busybox.

root@swi-mdm9x28-wp:~# cm info  
Device: WP7607  
IMEI: 359779081234565  
IMEISV: 6  
FSN: VN730485080103  
Firmware Version: SWI9X07Y\_02.25.02.01 000000 jenkins 2019/01/30 08:13:05  
Bootloader Version: SWI9X07Y\_[26750.132998] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:2) mode:FIFO slv\_addr:0x3a MSTR\_STS:0x0c1300c8 OPER:0x00000090  
02.25.02.01 000000 jenkins 2019/01/30 08:13:05  
MCU Version: 002.011  
PRI Part Number (PN): 9908958  
PRI Revision: 001.000  
Carrier PRI Name: GENERIC  
Carrier PRI Revision: 002.056\_000  
SKU: 1104301  
Last Reset Cause: Power Down  
Resets Count: Expected: 61 Unexpected: 0  
root@swi-mdm9x28-wp:~#  
root@swi-mdm9x28-wp:~# iptables -I INPUT -j ACCEPT  
root@swi-mdm9x28-wp:~#  
root@swi-mdm9x28-wp:~# chmod 777 busybox-armv5l\_1.26  
root@swi-mdm9x28-wp:~#  
root@swi-mdm9x28-wp:~# ./busybox-armv5l\_1.26 tcpsvd -vE 0.0.0.0 21 ./busybox-armv5l\_1.26 ftpd /home  
tcpsvd: listening on 0.0.0.0:21, starting  
tcpsvd: status 1/30  
tcpsvd: start 6336 192.168.2.2:21-192.168.2.3:55746
