the remote server returned an error (530) not logged
-
hehehe i hope someone can help us
-
What FTP server is this and what FTP application is having the issue?
-
we are using Filezilla client.
-
-
Is it the Server type?
Our server type is FTP - File Transfer Protocol -
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.
-
@Reymar.Esguerra said:
Is it the Server type?
Our server type is FTP - File Transfer ProtocolThat helps but what FTP server is it? Maybe supply a screen shot of the error?
-
@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?
-
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!