Op briandunning.com vond ik een mooie CF om een bestand te uploaden via FTP. Deze werkt echter alleen op de Mac. Weet iemand hoe ik deze kan ombouwen naar Windows?
/*
Use the perform applescript script step with this function to perform ftp uploads. Set globals/variables that reference your paths/filenames and username/password and pass these to the function.
Question
Ari
Op briandunning.com vond ik een mooie CF om een bestand te uploaden via FTP. Deze werkt echter alleen op de Mac. Weet iemand hoe ik deze kan ombouwen naar Windows?
/*
Use the perform applescript script step with this function to perform ftp uploads. Set globals/variables that reference your paths/filenames and username/password and pass these to the function.
Alan Deffenderfer
ABD Enterprises
Filemaker Development | Baltimore MD
www.abdenterprises.com
*/
"do shell script \"curl -T " &
Case( not IsEmpty( localdirectory );
localdirectory )
& localfile & " ftp://" & user & ":" & password & "@" & URL & "/" &
Case( not IsEmpty(directory);
directory & "/")
& file & "\""
Link to comment
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.