0
Good day,
I am using Ubuntu ftp to transfer a file to IIS ftp server. On this ftp server usernames accept the following format:
username|usernameB
due to user isolation.
The following command does not work due to pipe - |.
ftp username|usernameB@host
I tried to escape the name in various ways, for example:
ftp username%7CusernameB@host
in interactive mode I can access by placing the host first and then the user and password.
Any suggestions? Or an application you can install in Ubuntu that allows you to link this to the command line?
grateful