Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to local FTP server #38

Open
Koitoouav opened this issue Jul 18, 2022 · 10 comments
Open

Unable to connect to local FTP server #38

Koitoouav opened this issue Jul 18, 2022 · 10 comments
Assignees
Labels
bug Something isn't working

Comments

@Koitoouav
Copy link

2022-07-18_22-18-59

@sarim
Copy link

sarim commented Jul 26, 2022

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

@Koitoouav
Copy link
Author

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

How to solve it.

@sarim
Copy link

sarim commented Jul 26, 2022

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
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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 luandersonn self-assigned this Jul 31, 2022
@luandersonn luandersonn added the bug Something isn't working label Jul 31, 2022
@luandersonn
Copy link
Owner

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 (b6ff45a)

@sarim
Copy link

sarim commented Aug 1, 2022

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
Copy link
Owner

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

@cmdshft
Copy link

cmdshft commented Sep 15, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants