Error listing directory
                I have been using automated scripting using SFTP to my server for the last couple of years.  My host has advised me to use FTP now. But when I change to FTP I get the following errors:
    
My script file:
    
Hoping someone can help with this.  Thanks.
                
                
                
            
            
        My bat file:Error listing directory '/home/name/public_html/folder
Could not retrieve directory listing
Can't change directory to /home/name/public_html/folder No such file or directory.
:Loop winscp.com /script=script.txt timeout 900 goto :Loop
open ftp://user:password@domain.com:21/ synchronize remote "C:\Users\Me\Desktop\folder\" "/home/name/public_html/folder/" exit