BULK SFTP/SSH login info import from txt file(s)

Advertisement

mmuncan
Joined:
Posts:
1
Location:
Germany, Cologne

BULK SFTP/SSH login info import from txt file(s)

I am admin of many server and have a business where I resell VPS's, server in general. I therefore have a big txt file where I store the login info to the server as follows:
Host: xxx.host.net
Username: xxx.user
Password: xxx.pass
I tried it with ChatGPT to find a solution by using Python3, but I cannot say that the solution runs reliably nor good.

So I ask you if you plan to implement such a feature for people like me? :DDD

Wish you all a GREAT weekend!

PEACE!

avatar_5025379.gif

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

Re: BULK SFTP/SSH login info import from txt file(s)

That's almost WinSCP INI file format.
If you re-format your text file like this, you can copy-paste it to WinSCP INI file:
[xxx.host.net]
HostName=xxx.host.net
Username=xxx.user
PasswordPlain=xxx.pass

Reply with quote

Advertisement

You can post new topics in this forum