[Tutor] FTP file transfer stops, no error given

2016-05-19 Thread Craig Jackson
The Python script has two objectives: a) create a web page from data in an Excel spreadsheet, b) upload that web page to a web server using ftp. In a nutshell the problem is that if the two objectives are combined into one Python script, ftp stops uploading in the middle of the file, but if the sam

Re: [Tutor] FTP file transfer stops, no error given

2016-05-19 Thread Craig Jackson
Adding the parentheses worked. So sorry for taking your time. I'm new to Python and not at all a programmer. Thanks for your help. On Thu, May 19, 2016 at 11:37 AM, Alan Gauld via Tutor wrote: > On 19/05/16 15:11, Craig Jackson wrote: > >> ftp. In a nutshell the problem i