Smolf Posted January 11, 2023 Share Posted January 11, 2023 hi. How to make a custom script. Ho make copi of text.sav file from a folder to server location example "save" customer server. Hope someone can help me thank you. Link to comment Share on other sites More sharing options...
jamesseoexpert1 Posted June 15, 2023 Share Posted June 15, 2023 import shutil # Define the source file path source_file = 'path/to/source/folder/text.sav' # Define the destination server location destination_server = 'path/to/destination/server/save/' # Copy the file to the destination server shutil.copy(source_file, destination_server) Link to comment Share on other sites More sharing options...
seylen Posted July 3, 2023 Share Posted July 3, 2023 I need to try to do this, but even with the advice above, I don't quite understand how to do it Link to comment Share on other sites More sharing options...
ngxhost Posted November 8, 2023 Share Posted November 8, 2023 is not possible to have many library for the scripts customs and etc available for the community of tcadmin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now