Ask a Question related to Linux / Unix Administration, Design and Development.
-
Cameron Laird #1
Re: Automating FTP file transfers
In article <aptsb.7427$lm1.51312@wards.force9.net>,
Limey Drink <bhicking@bhicking.plus.com> wrote:>Thanks very much for the help guys I now know how to connect using python
>ftp library and I am happy with this but...
>
>Just wondering about the bigger picture with regards to sys admin scripts,
>in your opinion, is creating these type of system administration scripts
>preferable/easier than using say bash scripts, or DOS .bat scripts ?
>
>Because I don't have alot of experience of sys admin and shell scripting I'm
>just wondering if I am applying Python for one of its intended uses doing
>these type of scripts.
>
>IMHO i would rather learn and stick with Python than to learn all the
>different scripting languages as it is cleaner and more powerful and also if
>the script is written correctly it seems could be cross platform.
>
>Just wondering if you think I should be trying to execute the in built OS
>programs such as FTP etc. calling them from python or should I be using the
>libraries that come with Python such as FTPlib and say if I wanted to send
>email should I be using the SMTP lib rather than say executing the mail
>program in unix and passing arguments from a Python script.
>
>It would hear interesting to hear your views on this as it would be nice if
>I can gain from others experience and not make the same mistakes.Cameron Laird Guest
-
Net::FTP, GET transfers only a part of a file
Hi all, I'm having a mysterious problem with my script. I'm using Net::FTP to transfer files from a remote server and only a part of the file is... -
File transfers
What is the limit of syswrite function. How can I convert an image from binary mode so as to store it in a buffer and send it to client and the... -
Automating File Merges
kennethj@adobeforums.com wrote: Pdftk is a free, command-line tool that combines PDFs. Good for automation: pdftk 1.pdf 2.pdf 3.pdf cat output... -
Large File transfers using sockets in Perl or any method if available
I am working out to develop client server application using perl. Client & Server commuicate using sockets. server executes a query and the o/p is... -
Ice Offsite file transfers
Hi, Anyone using Ice Offsite, Iceten, Ice TCP, etc. who can assist with a problem with remote file transfers. Our copy of 'ucopy' on the Aix...



Reply With Quote

