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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -