ABAP FTP_CONNECT with anonymous access
Hi,I try to connect to an FTP server using ABAP. I want to connect with user/password, so I use the user anonymous with an email-Adresse as password.The code looks like the following: call function 'FTP_CONNECT' exporting user = 'ano...