128
Views
2
Comments
[Extension FtpWebRequest] Extension FtpWebRequest seems not to work if username contains @ 
extension-ftpwebrequest
Service icon
Forge asset by Daniel Lourenço

If I use Extension FtpWebRequest with a username with normal characters, it works fine. 

If I use a username that contains an @ in it (I tested it to connect to the same ftp server with ftpuser@myftpserver.com ), it returns "The remote server returned an error: (530) Not logged in."

(I connect with that user account to this server with other ftp clients)

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

2022-05-25 12-57-53
Manideep Yadlapalli
Champion

Just remove the EncodeURL() for Username and Password.

That should work fine.

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