1<testcase> 2<info> 3<keywords> 4SFTP 5FAILURE 6</keywords> 7</info> 8 9# 10# Client-side 11<client> 12<server> 13sftp 14</server> 15<name> 16SFTP invalid user login (password authentication) 17</name> 18<command> 19-u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%SSH_PWD/irrelevant-file --insecure 20</command> 21</client> 22 23# 24# Verify data after the test has been "shot" 25<verify> 26<errorcode> 2767 28</errorcode> 29</verify> 30</testcase> 31