Re: replace ftp by local copy

2009-02-16 Thread Steve Holden
loial wrote: > I have been given an old python application that calls ftplib in many > places to copy files to a remote server. > > I have been given the task of cloneing this code so that ftp is not > used, but files are just copied locally in a scenerio where ftp is not > available. The code is

replace ftp by local copy

2009-02-16 Thread loial
I have been given an old python application that calls ftplib in many places to copy files to a remote server. I have been given the task of cloneing this code so that ftp is not used, but files are just copied locally in a scenerio where ftp is not available. The code is not well structured which