You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I fucking love the simplicity of this app. I just transferred some files between two computers and it was so simple. Thank you for making it.
On the sending side, the peers connect and authenticate, then I get the error:
Peer connected and authenticated!
Error transferring file read BraveSoftware: is a directory
Then, the sending side exits.
On the receiving side, I receive no error.
Looking for peer camp-match-exhaust-fire...
Peer connected and authenticated!
and it does not close.
It seems the following behavior should be expected:
pcp should either wrap/compress/file-ify the folder before sending (and unwrap it on the receiving side)
pcp should throw an error as soon as it sees the input is a folder, before it connects and authenticates to the peer.
The text was updated successfully, but these errors were encountered:
Today I created a couple of work items that I want to address for a 1.0 release (list is not yet complete). I just moved the Folder Transmission card up in the priority.
I'm definitely planning to add the ability to transfer directories so I think your point 2. would be the quick fix and your point 1. the proper feature.
First of all, I fucking love the simplicity of this app. I just transferred some files between two computers and it was so simple. Thank you for making it.
On the sending side, the peers connect and authenticate, then I get the error:
Then, the sending side exits.
On the receiving side, I receive no error.
and it does not close.
It seems the following behavior should be expected:
pcp
should either wrap/compress/file-ify the folder before sending (and unwrap it on the receiving side)pcp
should throw an error as soon as it sees the input is a folder, before it connects and authenticates to the peer.The text was updated successfully, but these errors were encountered: