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
This error message prevented a transfer from occurring that took like five minutes to hash all the files, I understand it's probably a security thing to prevent files from going into unintended directories, but shouldn't the search string be '../', or '..\'? The sender side also had no warning for this and just spat EOF after the receiver connected. I think that both of these concerns could be addressed by checking the filenames with the same check on the server side, and that the substring should be changed.
The text was updated successfully, but these errors were encountered:
This error message prevented a transfer from occurring that took like five minutes to hash all the files, I understand it's probably a security thing to prevent files from going into unintended directories, but shouldn't the search string be '
../
', or '..\
'? The sender side also had no warning for this and just spatEOF
after the receiver connected. I think that both of these concerns could be addressed by checking the filenames with the same check on the server side, and that the substring should be changed.The text was updated successfully, but these errors were encountered: