Juan J. Martínez

Results 18 comments of Juan J. Martínez

No problem, take your time. I can use OpenMSX meanwhile.

I found a bug in the AY player that was doing the wrong thing with the ports. It is now fixed, and coincidentally I haven't seen the keyboard issue. Could...

Hi @julianpeeters, we have been stung by this one pretty hard. Any update you can share about this? Thanks!

What was the SCP command? The SCP support was contributed to the project and it is a "nice to have", but not really part of SFTP and is incomplete.

Can you run the command in verbose mode? (-v) There's a a commented "wait for ack" here: https://github.com/Memset/sftpcloudfs/blob/master/sftpcloudfs/scp.py#L213 That could be the 0 you see.

Interesting! I'm not familiar with the protocol, I'll have a read to see what does that 0 mean.

Quick update! I've been looking at the protocol and I'm working on this, but I think I'm likely to tackle #27 and #28 first because I'm having lots of issues...

After a quick look I think this should be implemented on the FS level, and that means on ftp-cloudfs (well, we need to factorize the fs code out of that...