Spark File Transfer in Vista

Does the Spark file transfer work properly in Vista? I have a problem when the sender is a PC with Vista and the receiver cancels the transfer. The Vista is not aware of this cancellation.

When it works, I have realised that when the receiver cancells a file tranfer, an exception raises in the sender (see below), so the sender is aware of the transfer cancellation and stop sending… But in the Vista this exception never happens, so it keeps sending the file although the receiver has cancelled it…

Exception:


error writing to output stream:
– caused by: java.net.SocketException: Software caused connection abort: socket write error
at org.jivesoftware.smackx.filetransfer.FileTransfer.writeToStream(FileTransfer.ja va:215)
at org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer$2.run(OutgoingFileTra nsfer.java:231)
at java.lang.Thread.run(Unknown Source)


Could anyone help me? Thanks in advance

Which version of Spark are you using? If you haven’t tried already it might be best to give Spark 2.6.0 BETA1 a go.