I am a newbie to Python and need to transfer files across an internal network. Are there any coding tips or code snippets that would be helpful? Any assistance provided would be appreciated.

Recommended Answers

All 4 Replies

Could you please give us some more details. Like operating system, type of network and so on.

I am a newbie to Python and need to transfer files across an internal network. Are there any coding tips or code snippets that would be helpful? Any assistance provided would be appreciated.

the more core you go is use socket...


cheers,
kath.

Windows system across VM's, mapped drives, internetwork.......

Try exploring the socket module. There is a wealth of info for it. I've successfully written a server and client script that works. I don't understand a whole lot, and know that I am only able to send string data. The module locale supports a way to "unpack" the data in the string aoti().

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.