"Internal error fz#connect (0010)"
Hi
I am trying to connect to an server via the command line interface. When I connect by specifying the host, username as password separately I can connect fine. i.e.
[code]winscp> open
Host: sftp.xxxxxxxxx.com
Searching for host...
Connecting to host...
Authenticating...
Username:myusername
Password:mypassword
Authenticated.[/code]
However when I attempt to connect using a single command line it fails
[code]winscp> open ftp://myusername:mypassword@sftp.xxxxxxxxx.com[/code]
it asks me for the username and password again, even through I have specified them in the open command, but even after putting them in it fails with the message
[quote]Internal error fz#connect (0010).[/quote]
I can connect to other ftp and sftp servers using the single command line method, its just this server. The server administrator has stated that there is nothing set up on their side to request another login.
The only other thing I can think of if its not a server configuration issue is the structure of the password. It contains forward slashes and a plus sign in the format
[code]ab1c/defgh+i2/jk[/code]
would this cause issues? unfortunately its a system generated password and the administrator states he cannot change this.
I am using WinSCP version 4.32. I know its not the most up to date version but we have several systems using WinSCP for automated tasks and it will take a good amount of testing (and therefore time) and it appears to be working without much problems for everything else.
Thanks
Dave
I am trying to connect to an server via the command line interface. When I connect by specifying the host, username as password separately I can connect fine. i.e.
[code]winscp> open
Host: sftp.xxxxxxxxx.com
Searching for host...
Connecting to host...
Authenticating...
Username:myusername
Password:mypassword
Authenticated.[/code]
However when I attempt to connect using a single command line it fails
[code]winscp> open ftp://myusername:mypassword@sftp.xxxxxxxxx.com[/code]
it asks me for the username and password again, even through I have specified them in the open command, but even after putting them in it fails with the message
[quote]Internal error fz#connect (0010).[/quote]
I can connect to other ftp and sftp servers using the single command line method, its just this server. The server administrator has stated that there is nothing set up on their side to request another login.
The only other thing I can think of if its not a server configuration issue is the structure of the password. It contains forward slashes and a plus sign in the format
[code]ab1c/defgh+i2/jk[/code]
would this cause issues? unfortunately its a system generated password and the administrator states he cannot change this.
I am using WinSCP version 4.32. I know its not the most up to date version but we have several systems using WinSCP for automated tasks and it will take a good amount of testing (and therefore time) and it appears to be working without much problems for everything else.
Thanks
Dave