Transfer a file from local server to remote server and vice versa using paramiko of python

Transfer a file from local server to remote server and vice versa using paramiko of python

VRTechnologies For Automation

5 лет назад

53,393 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@notanujh
@notanujh - 10.06.2024 01:47

Can you help me i want to restart multiple systems at a time via python !

Ответить
@marco_rock_60s
@marco_rock_60s - 07.06.2024 00:21

Hi, I am getting “TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond”

Would you have suggestions on how I should troubleshoot the issue? Thanks in advance 🙏

Ответить
@andersonrodolfo3391
@andersonrodolfo3391 - 02.02.2024 17:28

Thank u from Brazil!

Ответить
@BaryshevAlexandr
@BaryshevAlexandr - 10.07.2023 07:56

Thank you, everything is very simple and clear explained!

Ответить
@jay2wip
@jay2wip - 02.03.2023 20:50

Wish he don’t an example for an whole folder. But great video.

Ответить
@swagatikamishra8576
@swagatikamishra8576 - 14.02.2023 10:16

how can we transfer files from one remote to another remote server
please reply me as soon as possible..in my comp i need to do this task

Ответить
@onomatopoeia6787
@onomatopoeia6787 - 05.02.2023 08:14

Does this code work for 'Remote Desktop Connection' as well, as there is no port=22 in my Remote Desktop Connection. I am a newbie, please don't mind the question.

Ответить
@akeerthi597
@akeerthi597 - 01.02.2023 15:39

How to transfer a files between two Remote servers

Ответить
@pikadelly2704
@pikadelly2704 - 22.01.2023 02:37

Thnk you so much❤️

Ответить
@CubaPavel
@CubaPavel - 07.12.2022 13:04

Thx a lot Sir

Ответить
@Snap_shotsy
@Snap_shotsy - 25.08.2022 18:02

how to upload multiple files

Ответить
@ollie_the_wandererli7523
@ollie_the_wandererli7523 - 16.05.2022 04:56

cool!!

Ответить
@chaitary1922
@chaitary1922 - 05.04.2022 13:09

Thanks for the video☺️. Its really usefull.

I have a question...I am getting permission denied error. I am not supposed to change the permission of the files in the server. Is there any way to login server as root user ?

Ответить
@umakanths6902
@umakanths6902 - 24.01.2022 11:24

Hi Sir,

Good information,

is there way to download complete directory to local ?

Ответить
@stuart2265
@stuart2265 - 03.01.2022 14:04

well that was easier than I thought it would be! Well done.

Ответить
@cars_worldcw488
@cars_worldcw488 - 03.01.2022 00:54

Please how can I do if I want to get a file from a python web server launched in linux server ??

Ответить
@venkateshvakulabharanam8663
@venkateshvakulabharanam8663 - 24.12.2021 13:31

How I can get entire directory tree, like folders, subfolders and all files under them.

Ответить
@magi9646
@magi9646 - 12.12.2021 13:12

Informative,
I have one query how to create folder ‘abc’ as “abc.zip” file of target folder at remote pc(windows PC) before file transfer.

Can someone help me??

Ответить
@Valentin439
@Valentin439 - 25.11.2021 11:59

Thank you! Amazing explanation sir!!

Ответить
@antondmitrievich3963
@antondmitrievich3963 - 31.08.2021 10:47

Please add subtitles

Ответить
@PraveenSaahil
@PraveenSaahil - 15.08.2021 01:16

How can we do for multiple files?

Ответить
@shreyasbs2861
@shreyasbs2861 - 09.08.2021 09:33

Permission denied error while downgliding file from remote to local

Ответить
@saltech2024
@saltech2024 - 27.07.2021 14:44

Thank you

I know you would not get plenty of likes and comments because this is an advanced networking tutorial

Kindly respond to my requests. I want:

i. Make it general for any file such as a .txt, .pdf, .docx, .xlsx, pptx etc.

ii. My local server to check to the remote server every 12 hours for the file to download

iii. I only want to download <= 25 per day

iv. The file when downloaded should be forwarded to different emails

Ответить
@Nannakuchi_ra
@Nannakuchi_ra - 05.07.2021 15:52

I am getting permission denied error... can u please help me

Ответить
@contentinside
@contentinside - 24.06.2021 09:54

Can we move directory as well and how?

Ответить
@likedata6157
@likedata6157 - 23.06.2021 15:18

Good video !

Ответить
@sreeramojupranithkumar2518
@sreeramojupranithkumar2518 - 08.06.2021 18:35

Hi thanks for the video, how to get the timestamp of remote file using paramiko. Please assist.

Ответить
@balajibalaji9706
@balajibalaji9706 - 31.05.2021 14:10

Can we use paramiko to copy file from windows server to shared path

Ответить
@dizdiz3061
@dizdiz3061 - 05.03.2021 01:15

u is GREAT MEN!!! Thank u from Russia!

Ответить
@avanthiboinapally448
@avanthiboinapally448 - 28.01.2021 03:56

Great .hi can u please help me in the python scripting I am facing issue while scripting

Ответить
@sajjadzulphekari
@sajjadzulphekari - 13.01.2021 19:38

thank you

Ответить
@MrBhutumpecha
@MrBhutumpecha - 24.12.2020 11:54

Thanks for sharing the code. I am using this code but I am facing the following Exception : paramiko.ssh_exception.SSHException: Error reading SSH protocol banner Can you help me regarding this?

Ответить
@francoisgravey1058
@francoisgravey1058 - 13.11.2020 20:00

Thank you SO MUCH !!!

Ответить
@sunilveerendravattikuti3848
@sunilveerendravattikuti3848 - 13.11.2020 10:16

Client.connect(host,creds)
Channel=client.invoke_shell()
Now i'm switching to admin
How to sftp now...?
ftp=client.open_sftp()
<.....code...>
These files are updated in first login, not switched user
Please help me out

Ответить
@t-rexrex9535
@t-rexrex9535 - 13.11.2020 01:26

After 3 weeks for struggling, you made the proce soooooooo simple for me to understand. Well done and I give you 2 thumbs up

Ответить
@anildubey3916
@anildubey3916 - 23.09.2020 21:41

Thanks , its really helpful

Ответить
@SaintlySounds
@SaintlySounds - 02.09.2020 07:30

How to display the file content in python console

Ответить
@work3310
@work3310 - 06.08.2020 21:09

Great video! Thank you for this. I do have a request. How would you go about transferring a folder with all contents, or transfer all files from within a folder.

Ответить
@yfriend13
@yfriend13 - 22.07.2020 03:00

Thanks a lot for the video. I have a question: If I have data in a textfield, how can I copy that to a file on linux?

Ответить
@Badiul100
@Badiul100 - 28.06.2020 13:12

how to transfer file or download from network shared drive ?

Ответить
@krishnareddy3621
@krishnareddy3621 - 21.06.2020 16:44

How to display the file content in python console

Ответить
@dineesha_pb_17
@dineesha_pb_17 - 02.06.2020 12:52

How to transfer a folder including files to remote server

Ответить
@harishk8994
@harishk8994 - 29.05.2020 08:37

Hi Sir,
i would like to take training on Python.Could you pease share details on that?

Ответить
@LoveRadiofono
@LoveRadiofono - 06.05.2020 12:11

Good video thank you what is described I have done it and it works

Ответить
@swethass9773
@swethass9773 - 16.04.2020 17:22

Can I get the link to the previous video please?

Ответить
@manjunathakamath4601
@manjunathakamath4601 - 16.04.2020 13:18

I am getting permssion denied error when running it using jupiter notebook

Ответить
@keshavdk3080
@keshavdk3080 - 12.04.2020 16:16

Thank you for this video.
I have to download file from FTP server and Upload file to FTP server using python.


Also i have to download file from SFTP server and upload file to SFTP server using python.


I am working on ubuntu 16.04.


Can i get any hint?

Ответить