I'm using etdFtpnet-1.2.6 in my project.
In the web project, i need to save the information that is at the memory to a file on a FTP server.
I use the method "FtpClient.connect()" to connect the ftp server.
When web server and ftp server are defferent machines, i can connent the ftp server with ftp server's external domain name.
When web server and ftp server are the same machine, i can not connent the ftp server in the same way.
I must connect the ftp server with ftp server's local domain name.