Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7970 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.