Python Forum
how to connect two python script one is located on the server and another in local
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to connect two python script one is located on the server and another in local
#1

I want to call python script of local machine using python script of server . Is there anyway to call it ?
Reply
#2
Run a terminal and use ssh. It's widely used for that.
Another way is to implement some rpc solution. There is module called zerorpc and is quite easy to build something
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Running script from remote to server invisiblemind 4 757 Mar-28-2025, 07:57 AM
Last Post: buran
  [SOLVED] Using Python to connect to an XML ? jehoshua 21 8,060 Dec-02-2024, 02:35 PM
Last Post: snippsat
  client A to server B connects but client B to server A doesnt connect gerald 1 819 Aug-17-2024, 07:33 AM
Last Post: Gribouillis
Bug Python 3.12 cannot import local python files as modules sunflowerdog 25 20,783 Jul-31-2024, 01:52 PM
Last Post: sunflowerdog
  Triggering a ps1 script in remote windows server via http python request jasveerjassi 1 1,070 Jan-26-2024, 07:02 PM
Last Post: deanhystad
  connect sql by python using txt. file dawid294 2 2,155 Jan-12-2024, 08:54 PM
Last Post: deanhystad
  How to Connect to PostgreSQL Through Jump Server and SSH Tunnel using Python? nishans 1 4,026 Jan-02-2024, 10:37 AM
Last Post: khanzain
  python connect to mssql wailoonho 7 5,983 Dec-07-2023, 02:06 AM
Last Post: wailoonho
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 8,221 Jun-29-2023, 11:57 AM
Last Post: gologica
  How to modify python script to append data on file using sql server 2019? ahmedbarbary 1 2,040 Aug-03-2022, 06:03 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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