the remote server returned an error (530) not logged
-
Please anyone help me in my problem. I need to upload a file in the FTP. If I run my program in debbuged it works fine. But if I install the software and try to run it "the remote server returned an error (530) not logged" is the error in try catch. By the way I using vb.net. Thanks in advance
-
@Reymar.Esguerra Happy to see you here Sir.
-
Me too mam @Joyfano its nice to be back..very busy
-
@Reymar.Esguerra said:
Me too mam @Joyfano its nice to be back..very busy
I hope someone can help you regarding your problem. have fun..
-
yep thanks..because this system will help your team also hahaha
-
@Reymar.Esguerra said:
yep thanks..because this system will help your team also hahaha
I know Sir, Lets just wait for their response.
-
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.