Good morning,
I am using Ubuntu ftp to transfer a file to IIS ftp server. In this ftp server the user names accept the following format:
username|usernameB
due to the isolation of users.
The following command does not work due to pipe - |.
ftp username|usernameB@host
I tried to escape the name in several ways, for example:
ftp username%7CusernameB@host
In interactive mode I can access by putting the host first and then the user and password.
Any suggestions? Or application that can install in ubuntu that allows to relativize this in the command line?
grateful