254
Views
11
Comments
[Extension FtpWebRequest] Not able to loggin
Question
extension-ftpwebrequest
Service icon
Forge asset by Daniel Lourenço

Hello, I've never been able to loggin my ftp server using this component. can you help to check why?

this is a testing ftp account, which can be functional with filezilla:

host: ftp.furnitureobjects.com,  port 21

user: ftest@furnitureobjects.com

pass: tSfb}68]-Sxd

it works well with filezilla. however when using this component it always return "530 not logged in" error.

2018-06-07 12-20-31
Maycon Oleczinski

Jorey LF wrote:

Hello, I've never been able to loggin my ftp server using this component. can you help to check why?

this is a testing ftp account, which can be functional with filezilla:

host: ftp.furnitureobjects.com,  port 21

user: ftest@furnitureobjects.com

pass: tSfb}68]-Sxd

it works well with filezilla. however when using this component it always return "530 not logged in" error.

Hi,


You're behind a proxy?

UserImage.jpg
Jorey LIAO

Hi Maycon, 

I tried to directly use the "try now" button on forge page, and also tried to install it in our OS cloud, the result is the same.

Jorey


2021-01-04 17-46-03
Daryl Van Johnson

I'm planning to give this extension a try later, but I have gotten that 530 before. If your FTP is hosted on a IIS Server, this documentation may help resolve your issue. If not, it may point you in the right direction. That 530 can be a pain to get rid of sometimes...

  Configure FTP with IIS Manager Authentication in IIS 7.x

Hope this helps!

2021-01-04 17-46-03
Daryl Van Johnson

Daryl Van Johnson wrote:

I'm planning to give this extension a try later, but I have gotten that 530 before. If your FTP is hosted on a IIS Server, this documentation may help resolve your issue. If not, it may point you in the right direction. That 530 can be a pain to get rid of sometimes...

  Configure FTP with IIS Manager Authentication in IIS 7.x

Hope this helps!

I gave this a try and I'm getting The remote server returned an error: (530) Not logged in as well. Has anyone figured out what the problem is? The above resolved this issue for me before, but not this time.


2018-06-07 12-20-31
Maycon Oleczinski

Hi.

I've tried now and conected ok.
In my scenario, using SSL.

Did yout tried with this option (if your config for FTP uses)?


Note: FTP Settings need of your FTP repository and account.

2019-03-18 10-26-38
Jeroen Vormer

Had the same problem...

The extension uses (on different places) EncodeURL() for the username and Password... This doesn't work if one has a special character.......
Without EncodeURL it works fine.....

2026-03-16 11-57-10
Charles Papp

Jeroen Vormer wrote:

The extension uses (on different places) EncodeURL() for the username and Password... This doesn't work if one has a special character.......
Without EncodeURL it works fine.....

Thanks Jeroen. I confirm that removing the EncodeURL from the Username and Password fields allows me to log in without getting the 530 error.

If anyone else is having this issue and wants to test it with the included OSFtpWebReq module, you need to go into each screen action of the HomePage and look for the Assign step called "Set FTPServerData". There you'll see the EndodeURL functions used for the Username and Password fields. Remove this function and publish the module to try again.

2018-03-07 19-33-49
Denise Fuentes

Hi, I'm having the same error, but I don't have any signs in my user or password (is very simple) and getting the same error.  What I can change??.., since I don't see the Encode URL function 

2019-03-18 10-26-38
Jeroen Vormer

Hi Denise,


try using https://andresiebra.outsystemscloud.com/OSFtpWebReq/...

Just test if you get the same error.....


Jeroen

2018-03-07 19-33-49
Denise Fuentes

Hi,  I just tried but can not connect to remote server, think is because the network administrator does not allow the access from that page.  He included the ip addresses provided by OS and first we were getting that connection error but now is the 530 not logged in error


2019-03-18 10-26-38
Jeroen Vormer

Hi Denise,


personally I would try with something like Total Commander.
From a distance it's very difficult to help you, without your OML or FTP-credentials :-)

Only when the FTP-server is not accepting your username or password this error is created.....

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.