ftp and sftp

jmontoliu
Hi again.

First ftp. I can connect to Tiny4412 using ftp. But when I try to
put/get/ls, system gives me:

500 Illegal PORT rejected (address wrong).
ftp: bind: Address already in use


And now, sftp. If I try sftp plg@192.168.1.200, the system gives me:

subsystem request failed on channel 0
Couldn't read packet: Connection reset by peer

I need a right way to put execute QtCreator apps on Linux FriendlyARM using
 ftp or sftp.

Can some one help me????

jmontoliu
It works now!!!!

In /usr/local/etc/sshd_config

Line:
 
Subsystem       sftp    /usr/libexec/sftp-server

must be:

Subsystem       sftp    /usr/local/libexec/sftp-server

majil
Dude I'm having the same problem in Tiny4412 and I did as you said but it
didn't solve my problem. Can anybody help me?

Sushant
Hello,
I am successfully send data on ftp and download. using Qt(MINI2440)

majil
Yeah I had no problem with Mini2440 regarding FTP but apparently Tiny4412
does have a problem with FTP & SFTP. 
Any idea whats causing this?

Sushant
Hello,
Please check network lib is install or not

majil
Please explain more. How should I do that? You mean I should look for a
shared object file? If yes then which specific file ?