Posts: 1,000
Threads: 253
Joined: Feb 2008
Help.
Moving to a godaddy server and the QuickMacros Ftp functions just create an empty file on the server.
This happens with FilePut and FilePutStr.
WTF?!?
Posts: 1,000
Threads: 253
Joined: Feb 2008
Also fails FileGet and FileGetStr
I can edit files fine through FTP connection in Notepad++
-jim
Posts: 1,000
Threads: 253
Joined: Feb 2008
Passive mode.
Whoops. Looked through the logs in Notepad++, saw that "Entering Passive Mode" and remembered a flag in QM for that.
Got it now. Hopefully this helps someone else someday.
f.Connect("ftp.server.com" "user" "password" 21 0 1)
Posts: 12,090
Threads: 142
Joined: Dec 2002
Thank you. Next QM will show a temporary warning if flag 1 not used.