luandersonn / MyFTP

A modern FTP client for Windows 11
GNU General Public License v2.0
229 stars 20 forks source link

Unable to connect to local FTP server #38

Open Koitoouav opened 2 years ago

Koitoouav commented 2 years ago

2022-07-18_22-18-59

sarim commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

Koitoouav commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

How to solve it.

sarim commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

How to solve it.

No idea. Its up to project author to fix

Koitoouav commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

How to solve it.

No idea. Its up to project author to fix

In my opinion, the author will not fix the UWP application again, because the author did not deal with the same feedback as the previous one.

luandersonn commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

How to solve it.

No idea. Its up to project author to fix

In my opinion, the author will not fix the UWP application again, because the author did not deal with the same feedback as the previous one.

Due to my new job, I don't really have much time to maintain this project. Since my time is limited, I keep focusing on Visum and FluentCast because they have many more users

Koitoouav commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

How to solve it.

No idea. Its up to project author to fix

In my opinion, the author will not fix the UWP application again, because the author did not deal with the same feedback as the previous one.

Due to my new job, I don't really have much time to maintain this project. Since my time is limited, I keep focusing on Visum and FluentCast because they have many more users

It's a shame when you create a very useful UWP app and refuse to maintain it because of low usage.

Even if all that needs to be maintained is such a low-level bug.

luandersonn commented 2 years ago

Same Issue here. Works from filezilla. Probably a certificate issue, as filezilla prompts to accept certificate.

How to solve it.

No idea. Its up to project author to fix

In my opinion, the author will not fix the UWP application again, because the author did not deal with the same feedback as the previous one.

Due to my new job, I don't really have much time to maintain this project. Since my time is limited, I keep focusing on Visum and FluentCast because they have many more users

It's a shame when you create a very useful UWP app and refuse to maintain it because of low usage.

Even if all that needs to be maintained is such a low-level bug.

Try out the v2022.801.232.0 with logger (b6ff45a05c51aef8005cf3cf2fc3e71a07345d2d)

sarim commented 2 years ago

Here's the log.

************************************************************** Logger started **************************************************************
[2022-08-01 19:40:48.683] >         ConnectAsync()
[2022-08-01 19:40:48.683] Status:   Connecting to ***:2121
[2022-08-01 19:40:48.916] EETypeRva:0x00147988(System.Net.Internals.SocketExceptionFactory.ExtendedSocketException) (10013): An attempt was made to access a socket in a way forbidden by its access permissions 192.168.10.16:2121
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult) + 0x1af
   at System.Net.Sockets.Socket.<>c.<ConnectAsync>b__272_0(IAsyncResult) + 0x68
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at FluentFTP.FtpSocketStream.<EnableCancellation>d__63.MoveNext() + 0x121
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at FluentFTP.FtpSocketStream.<ConnectAsync>d__81.MoveNext() + 0x411
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at FluentFTP.FtpClient.<ConnectAsync>d__39.MoveNext() + 0xb4
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at FluentFTP.FtpClient.<ConnectAsync>d__37.MoveNext() + 0x1a4
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at MyFTP.ViewModels.LoginViewModel.<LoginCommandAsync>d__33.MoveNext() + 0xdd

************************************************************** Logger Dispose **************************************************************
luandersonn commented 2 years ago

I want help to migrate this project to Windows App SDK.

cmdshft commented 1 year ago

I was SO excited to use this because of the style matching Windows 11 (filezilla is ew on that end), but I only have a local server. This is still not working sadly, are there no plans still to fix this?