Replies: 1 comment
|
you are trying to connect to the http/https port with ftp; you will need to enable the ftp-server (disabled by default) and connect to the port you choose for that. See the example config in the readme: https://github.com/9001/copyparty#ftp-server beware that, if you have a firewall, you need to open tcp ports 3921 and 12000-12099 according to the values you choose |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Copyparty server on Chromebook not connecting to client.
To Reproduce
Run copypart-sfx on ChromeOS based device
Expected behavior
Server connects to client
Screenshots
Server details (if you're NOT using docker/podman)
remove the ones that are not relevant:
server OS / version: ChromeOS 141
what copyparty did you grab: sfx
how you're running it: default chromeos linux terminal
run copyparty with
--versionand grab the last 3 lines (they start withcopyparty,CPython,sqlite) and paste them below this line:copyparty v1.19.20 "usernames" (2025-11-02)
CPython v3.11.2 on Linux64 [GCC 12.2.0]
sqlite 3.40.1*1 | jinja 2.11.3 | pyftpd 1.5.10 | tftp 0.4.0
copyparty arguments and/or config-file:
Client details
if the issue is possibly on the client-side, then mention some of the following:
Additional context
Client doesnt connect at all. It doesnt connect using http and ftp. The FTP client i used is Samsung My Files using the network storage feature
All reactions