Комментарии:
Can you help me i want to restart multiple systems at a time via python !
Ответить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 🙏
Thank u from Brazil!
ОтветитьThank you, everything is very simple and clear explained!
ОтветитьWish he don’t an example for an whole folder. But great video.
Ответить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
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.
ОтветитьHow to transfer a files between two Remote servers
ОтветитьThnk you so much❤️
ОтветитьThx a lot Sir
Ответитьhow to upload multiple files
Ответитьcool!!
Ответить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 ?
Hi Sir,
Good information,
is there way to download complete directory to local ?
well that was easier than I thought it would be! Well done.
ОтветитьPlease how can I do if I want to get a file from a python web server launched in linux server ??
ОтветитьHow I can get entire directory tree, like folders, subfolders and all files under them.
Ответить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??
Thank you! Amazing explanation sir!!
ОтветитьPlease add subtitles
ОтветитьHow can we do for multiple files?
ОтветитьPermission denied error while downgliding file from remote to local
Ответить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
I am getting permission denied error... can u please help me
ОтветитьCan we move directory as well and how?
ОтветитьGood video !
ОтветитьHi thanks for the video, how to get the timestamp of remote file using paramiko. Please assist.
ОтветитьCan we use paramiko to copy file from windows server to shared path
Ответитьu is GREAT MEN!!! Thank u from Russia!
ОтветитьGreat .hi can u please help me in the python scripting I am facing issue while scripting
Ответитьthank you
Ответить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?
ОтветитьThank you SO MUCH !!!
Ответить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
After 3 weeks for struggling, you made the proce soooooooo simple for me to understand. Well done and I give you 2 thumbs up
ОтветитьThanks , its really helpful
ОтветитьHow to display the file content in python console
Ответить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.
Ответить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?
Ответитьhow to transfer file or download from network shared drive ?
ОтветитьHow to display the file content in python console
ОтветитьHow to transfer a folder including files to remote server
ОтветитьHi Sir,
i would like to take training on Python.Could you pease share details on that?
Good video thank you what is described I have done it and it works
ОтветитьCan I get the link to the previous video please?
ОтветитьI am getting permssion denied error when running it using jupiter notebook
Ответить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?