Hi,
I am facing a weird problem with Rebex Ftp. The issue is that I resize an image in my C# code and then writes that stream to the Ftp server. Then I get another file, resize it and then try to write it to the same directory in the server through ftp. But the issue is that when I passes the second stream, an error is thrown "Not connected to server".
Does the code automatically disconnects once a file/stream is uploaded?
Also, there is another issue that some image streams are uploaded successfully but some image streams are not. No exception is fired but they are not uploaded and the file is not created on the server.
Thanks in advance