the remote server returned an error (530) not logged
-
There. But if I run it in debugged mode..that error is not shown
-
@scottalanmiller said:
@JaredBusch said:
If you are coding in .net I recommend using WinSCP http://winscp.net/eng/index.php
It is very simple and straightforward. The developer is also very good with answering issues. He sent me a beta version within a couple days to resolve a problem I posted about.
I can send you a code snippet if you go that route and cannot get it to work.
You used .NET to automate WinSCP? FTP is built into Windows, Linux, Mac, etc. What advantage does having the extra client provide?
The OP specifically stated he is writing a .Net application that needs to do some FTP work.
Windows native FTP sucks horribly when you are trying to code an application, but yes it does work.WinSCP provides a .net assembly. to allow you to specify all FTP options. Additionally Windows FTP does not support SFTP (or did not when I last bothered to use it).
-
Love my WinSCP.
530 not logged in usually means your connection settings are not correct.
-
But if i run it in visual basic IDE it run perfectly. But if I install it and run. That error always show.
-
@JaredBusch Definitely no SFTP (SSH) in Windows native.
-
@Reymar.Esguerra said:
But if i run it in visual basic IDE it run perfectly. But if I install it and run. That error always show.
I think that somehow you are not passing the credentials correctly.
-
But if I check the user pass in credentials in debbuged it is correct. What should I need to do guys?
-
If you are using the FileZilla client DLL, then I cannot help you as I have no experience with it. I used the native windows FTP a few years back, and currently use the WinSCP code.
-
@Reymar.Esguerra said:
But if I check the user pass in credentials in debbuged it is correct. What should I need to do guys?
i tried again Sir, but it still not working. same error
-
Hi guys i already solve the problem..thanks for the help
-
@Reymar.Esguerra said:
Hi guys i already solve the problem..thanks for the help
What did the issue turn out to be?
-
The one that checking my program put incorrect parameters -_- inshort USER ERROR!
-
@Reymar.Esguerra said:
The one that checking my program put incorrect parameters -_- inshort USER ERROR!
We guessed that one
-
This post is deleted! -
@scottalanmiller next time i will ask to have a picture of the option on what he put in the parameters lol
-
@Reymar.Esguerra said:
@scottalanmiller next time i will ask to have a picture of the option on what he put in the parameters lol
That would help That explains why the error was a 530 - bad credentials.
-
anyway thanks for your time @scottalanmiller for helping me
-
@Reymar.Esguerra said:
anyway thanks for your time @scottalanmiller for helping me
No problem. And welcome to MangoLassi!