diff --git a/uk/ac/sanger/artemis/util/FTPSeekableStream.java b/uk/ac/sanger/artemis/util/FTPSeekableStream.java
index 9e5f0d229dc1e05e6648f277cda8e71676a88869..5f444825e12e25dd74c2d912c11ebc1ec33081bb 100644
--- a/uk/ac/sanger/artemis/util/FTPSeekableStream.java
+++ b/uk/ac/sanger/artemis/util/FTPSeekableStream.java
@@ -15,7 +15,7 @@ import org.apache.commons.net.ftp.FTPFile;
 import org.apache.commons.net.ftp.FTPReply;
 import org.apache.log4j.Logger;
 
-import net.sf.samtools.util.SeekableStream;
+import net.sf.samtools.seekablestream.SeekableStream;
 
 /**
  * Written independently to, but bugfixed by looking at the Savant
@@ -321,4 +321,11 @@ public class FTPSeekableStream extends SeekableStream {
 
     }
 
+    @Override
+    public long position() throws IOException
+    {
+      // TODO Auto-generated method stub
+      return 0;
+    }
+
 }