[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Steven D'Aprano
Change by Steven D'Aprano : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Eric V. Smith
Eric V. Smith added the comment: Hi, Sandeep. For information see https://mail.python.org/mailman/listinfo/python-list -- ___ Python tracker ___ _

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Sandeep
Sandeep added the comment: Eric how can I contact the python Mailing list -- status: pending -> open ___ Python tracker ___ ___ Pyt

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Eric V. Smith
Eric V. Smith added the comment: This is the python bug tracker. What you are reporting is almost certainly not a bug in python. If you think it is a bug in python, please reproduce it in the smallest possible code fragment, and with no third party libraries installed. If you're seeking gene

[issue39928] Pysftp Issue File Upload is not working - put command

2020-03-10 Thread Sandeep
New submission from Sandeep : Hi We have requirement where we need to get file from client path and then upload the same to vendor directory path. I am not able to upload the file to vendor directory path , however when I tried to use the WINSCP it worked fine. So I thought of checking wi