Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Reading txt files in ssh server.
Post: RE: Reading txt files in ssh server.

(Aug-06-2020, 04:54 AM)ndc85430 Wrote: Did you also look at the SFTP client?i dont remember if you know that can you tell me? This method has some bugs.
therenaydin General Coding Help 6 4,173 Aug-06-2020, 05:04 AM
    Thread: Reading txt files in ssh server.
Post: RE: Reading txt files in ssh server.

(Aug-06-2020, 04:22 AM)t4keheart Wrote: Of course you can parse the contents of a text file... simplest example: file1 = open("MyFile.txt","r") file1.readlines() file1.close()you can do all sorts ...
therenaydin General Coding Help 6 4,173 Aug-06-2020, 04:51 AM
    Thread: Reading txt files in ssh server.
Post: Reading txt files in ssh server.

Connected to my SSH server with paramiko. I can write files to there remotely. But can't read any txt files from there. Can i read data from txt file?
therenaydin General Coding Help 6 4,173 Aug-04-2020, 01:37 PM
    Thread: Python Paramiko mkdir command overwriting existing folder. How can i stop that?
Post: RE: Python Paramiko mkdir command overwriting exis...

No replies sad
therenaydin General Coding Help 1 3,235 Aug-02-2020, 11:13 PM
    Thread: Python Paramiko mkdir command overwriting existing folder. How can i stop that?
Post: Python Paramiko mkdir command overwriting existing...

I'm trying to create a register system based on server. Sending directories to my server with their name. But if you try to register with an existing username, you can. I don't want that... Tried that...
therenaydin General Coding Help 1 3,235 Aug-02-2020, 02:39 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020