February 8, 200322 yr I have FPTit in my solution and in Windows XP all work fine but in Mac OS X will not upload any files. The script is equal to this one: Script 1. The "Go" script: Set Field [FTPit Result, External("doFTP-Host", "ftp.myhost.com") & External("doFTP-Username", "myuser") & External("doFTP-Password", "mypass") & External("doFTP-CompletedScript", Status(CurrentFileName) & "|Done") & External("doFTP-Connect", "") & External("doFTP-ChangeDir", "/public_html/") & External("doFTP-LocalChangeDir", "c:My Siteshomepage") & External("doFTP-Put", "index.htm")] Script 2. The "Done" script: Set Field [Files Left in Queue, External("doFTP-GetQueue", "")] If [isEmpty(Files Left in Queue)] Set Field [FTPit Result, External("doFTP-Disconnect", "")] End If (Script from http://ftpit.cnsplug-ins.com/library.htm?ID=lhmUuBRf) The plug-in is not reporting any errors but the files are not on the ftp site, same script in Windows sends up the files. Any of you Mac guys that have done this and in that case what
February 8, 200322 yr I haven't used FTPit, but the local change directory will be different on the Mac than on the pc, cause on the mac it will be something more in the lines of Macintosh HD:Documents This I think is where your problem might lie.
Create an account or sign in to comment