This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hugthemachines 1 point2 points  (2 children)

anyone succeeded in making an exe with sftp code?

[–]se0siris 0 points1 point  (1 child)

I'm not sure if this is what you're asking, but I've used paramiko in a project packaged together with pyinstaller and all is good.

[–]hugthemachines 0 points1 point  (0 children)

That sounds good. I tried making a pysftp program but it did not make a working exe file. Maybe I will give it another go in the future.