Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-27 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1782544953 IPV4 connection -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-27 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1782455788 @sanshengshui the diff I see is that curl uses ESPV while wget uses PASV. Is that a IPV6 connection? -- This is an automated message from the Apache Git Service. To respond

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1782228194 One way to cheat is: Through what configuration can the client only go to PASV mode -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-178408 I made a preliminary determination that curl went to epsv mode by default. The curl command is as follows: ``` ➜ ~ curl --ftp-pasv -u 02982C3LaV:TjTv7Swb -O

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1782215984 Ok, so can you provide the code associated with om.tuya.sftp.protocol.gateway.service.protocol.command.RetrCommand? -- This is an automated message from the Apache Git

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1782179965 I am an employee of tuya.com and am trying to set up an ftp service using FTP-server I'll keep trying to figure out what caused it Whether wget enters epsv mode

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780926271 Some question: * the fact the socket times out drives me to think it's more like a configuration issue on your side than a problem in the code. Can you check that? * Which

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780884115 Ok, this is clearly not a problem in MINA FTP server code. At some point, when the RETR command is received, the following method is called: ``` at

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780841012 The error message is as follows: ``` 2023-10-26 16:41:01.018|TID:N/A|WARN

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780732921 Can you check if you have any log on the FtpServer side? More specifically, any log containing the string "Exception during data transfer, closing data connection

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780678322 I just upgraded to 1.1.4 Here's what happens when you download with curl ``` ➜ Downloads curl -u 0297XfYHmj:Cbr3QqJC -o ocpp.tar.gz

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-26 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780671735 Just upgraded to version 1.1.4 Here's what happens when you download with curl: ```bash ➜ Downloads curl -u 0297XfYHmj:Cbr3QqJC -o ocpp.tar.gz

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-24 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1778011235 1.1.2: https://issues.apache.org/jira/projects/FTPSERVER/versions/12340451 1.1.3 and 1.1.4 were mainly bumping up some dependencies. I'd just like to know if you still

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-24 Thread via GitHub
sanshengshui commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1777060339 Ok, I'll try By the way, what's the difference between these two versions? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] wget command can be downloaded, but curl command is not downloaded [mina-ftpserver]

2023-10-24 Thread via GitHub
elecharny commented on issue #29: URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1776899462 Hi, have you tried with ftpserver 1.1.4? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL