Hi
I am using OpenNETCF.Net.Ftp sample. While I am running the code in the target device. Its getting connected. but when I try to upload file to my FTP root I am getting following exception.
" Connection closed; Transfer aborted "
First i have configured a FTP server in one of the computer in my LAN which have internet connection. But that computer was available only in my LAN. Then this sample code was working with out any problems.
Second I have configured FTP root folder in a server machine (In my LAN but can access from anywhere) and changed the uploading IP to the IP of this server. And I have used the program to connect to the server. Its connecting to the server properly.But when I tried to send a file its showing exception
FTPException: " Connection closed; Transfer aborted "
Please help me if anyone of u know how to solve this problem
Very thanks;