ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    the remote server returned an error (530) not logged

    Scheduled Pinned Locked Moved IT Discussion
    32 Posts 5 Posters 8.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Reymar.Esguerra
      last edited by

      @Reymar.Esguerra said:

      Is it the Server type?
      Our server type is FTP - File Transfer Protocol

      That helps but what FTP server is it? Maybe supply a screen shot of the error?

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @JaredBusch
        last edited by

        @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?

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • Reymar.EsguerraR
          Reymar.Esguerra
          last edited by

          Capture.JPG

          There. But if I run it in debugged mode..that error is not shown

          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @scottalanmiller
            last edited by

            @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).
            Screen Shot 2014-04-28 at 7.52.23 PM.png

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • T
              technobabble
              last edited by technobabble

              Love my WinSCP.

              530 not logged in usually means your connection settings are not correct.

              1 Reply Last reply Reply Quote 0
              • Reymar.EsguerraR
                Reymar.Esguerra
                last edited by

                But if i run it in visual basic IDE it run perfectly. But if I install it and run. That error always show.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @JaredBusch
                  last edited by

                  @JaredBusch Definitely no SFTP (SSH) in Windows native.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Reymar.Esguerra
                    last edited by

                    @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.

                    1 Reply Last reply Reply Quote 0
                    • Reymar.EsguerraR
                      Reymar.Esguerra
                      last edited by

                      But if I check the user pass in credentials in debbuged it is correct. What should I need to do guys?

                      JoyJ 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by

                        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.

                        1 Reply Last reply Reply Quote 0
                        • JoyJ
                          Joy @Reymar.Esguerra
                          last edited by

                          @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 😞

                          1 Reply Last reply Reply Quote 0
                          • Reymar.EsguerraR
                            Reymar.Esguerra
                            last edited by

                            Hi guys i already solve the problem..thanks for the help

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @Reymar.Esguerra
                              last edited by

                              @Reymar.Esguerra said:

                              Hi guys i already solve the problem..thanks for the help

                              What did the issue turn out to be?

                              1 Reply Last reply Reply Quote 0
                              • Reymar.EsguerraR
                                Reymar.Esguerra
                                last edited by

                                The one that checking my program put incorrect parameters -_- inshort USER ERROR!

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @Reymar.Esguerra
                                  last edited by

                                  @Reymar.Esguerra said:

                                  The one that checking my program put incorrect parameters -_- inshort USER ERROR!

                                  We guessed that one 🙂

                                  Reymar.EsguerraR 1 Reply Last reply Reply Quote 0
                                  • Reymar.EsguerraR
                                    Reymar.Esguerra
                                    last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • Reymar.EsguerraR
                                      Reymar.Esguerra @scottalanmiller
                                      last edited by

                                      @scottalanmiller next time i will ask to have a picture of the option on what he put in the parameters lol

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @Reymar.Esguerra
                                        last edited by

                                        @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.

                                        1 Reply Last reply Reply Quote 0
                                        • Reymar.EsguerraR
                                          Reymar.Esguerra
                                          last edited by

                                          anyway thanks for your time @scottalanmiller for helping me 😄

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @Reymar.Esguerra
                                            last edited by

                                            @Reymar.Esguerra said:

                                            anyway thanks for your time @scottalanmiller for helping me 😄

                                            No problem. And welcome to MangoLassi!

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • First post
                                              Last post