mirror of
https://github.com/moparisthebest/curl
synced 2024-11-13 21:15:08 -05:00
0e74e1d8d8
Add test 582 for uploading a file using sftp and the multi interface. (Patch and test slightly tweaked by Daniel Stenberg) Initially marked as disabled until it is fixed in the source.
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
# This file can be used to specify test cases that should not run when all
|
|
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
|
# per line.
|
|
# Lines starting with '#' letters are treated as comments.
|
|
564
|
|
# Disabled due to a bug with uploading to an SFTP server using the multi
|
|
# interface. Easy work around; always pass 0 as the evBitmask to force CURL
|
|
# to re-evaluate the socket status.
|
|
582
|