Python Read binary from Remote server upload to ftp server -


i wanted copy file 1 remote server other remote server using python, can me peice of code same.

note : source file 1 remote server (it can windows/linux) target location ftp server.

here example

source location \\\\100.10.10.10\\repository\\abc.mpg (or)  cifs://100.10.10.10//repository//abc.mpg 

read file above location , place in below location i.e traget

target location ftp server below path

 /upload/video/abc.mpg 


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -