BertBoye Posted February 8, 2003 Posted February 8, 2003 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
andygaunt Posted February 8, 2003 Posted February 8, 2003 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.
Recommended Posts
This topic is 7970 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now