hi
when i am trying to delete files from SFTP server it is giving me error.
following is the log detail
2012-03-05 11:24:21.941 INFO Sftp(3) Response: SSH_FXP_ATTRS (3)
2012-03-05 11:24:21.941 INFO (0) COMMAND: Response: SSH_FXP_ATTRS (3)
2012-03-05 11:24:21.945 INFO (0) COMMAND: Command: SSH_FXP_READ (4, 0x31, 0, 28672)
2012-03-05 11:24:21.945 INFO (0) COMMAND: Command: SSH_FXP_READ (5, 0x31, 28672, 28672)
2012-03-05 11:24:21.945 INFO (0) COMMAND: Command: SSH_FXP_READ (6, 0x31, 57344, 28672)
2012-03-05 11:24:21.945 INFO (0) COMMAND: Command: SSH_FXP_READ (7, 0x31, 86016, 28672)
2012-03-05 11:24:22.061 INFO Sftp(3) Response: SSH_FXP_STATUS (4, 1, 'EOF')
2012-03-05 11:24:22.061 INFO (0) COMMAND: Response: SSH_FXP_STATUS (4, 1, 'EOF')
2012-03-05 11:24:22.061 INFO Sftp(3) Response: SSH_FXP_STATUS (5, 1, 'EOF')
2012-03-05 11:24:22.061 INFO (0) COMMAND: Response: SSH_FXP_STATUS (5, 1, 'EOF')
2012-03-05 11:24:22.061 INFO Sftp(3) Response: SSH_FXP_STATUS (6, 1, 'EOF')
2012-03-05 11:24:22.061 INFO (0) COMMAND: Response: SSH_FXP_STATUS (6, 1, 'EOF')
2012-03-05 11:24:22.061 INFO Sftp(3) Response: SSH_FXP_STATUS (7, 1, 'EOF')
2012-03-05 11:24:22.061 INFO (0) COMMAND: Response: SSH_FXP_STATUS (7, 1, 'EOF')
2012-03-05 11:24:22.061 INFO Sftp(3) Command: SSH_FXP_CLOSE (8, 0x31)
2012-03-05 11:24:22.061 INFO (0) COMMAND: Command: SSH_FXP_CLOSE (8, 0x31)
2012-03-05 11:24:22.202 INFO Sftp(3) Response: SSH_FXP_STATUS (8, 0, 'Ok')
2012-03-05 11:24:22.202 INFO (0) COMMAND: Response: SSH_FXP_STATUS (8, 0, 'Ok')
2012-03-05 11:24:22.250 INFO Sftp(5) Info: Connecting to 62.254.226.169:22 using Sftp 2.0.4086.0.
2012-03-05 11:24:22.573 ERROR Sftp(5) SSH: System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
at Rebex.Net.SshSession.bOtYJuZ()
at Rebex.Net.SshSession.Negotiate()
2012-03-05 11:24:22.587 ERROR Sftp(5) Info: System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
at Rebex.Net.SshSession.bOtYJuZ()
at Rebex.Net.SshSession.Negotiate()
at Rebex.Net.Sftp.Connect(String serverName, Int32 serverPort, SshParameters parameters)
i found the following artical "http://forum.rebex.net/questions/242/getlist-throws-an-established-connection-was-aborted-by-the-software-in-your-host-machine-exceptionm" but how to change passive mode for SFTP.
but not sure this will help me in my problem or not.
many thanks.