Search found 2 matches

by marinoni
Wed Jan 12, 2011 4:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ftp GET question
Replies: 3
Views: 3059

Re: ftp GET question

thanks, I'll try your suggestion. The GET command is valid. I can use GET successfully from a command line dialog. it retrieves a file from the FTP server.
by marinoni
Wed Jan 12, 2011 4:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ftp GET question
Replies: 3
Views: 3059

ftp GET question

I am getting a "500 unknown command" for the following code: put libURLftpCommand("get gw03128.test.output","170.193.58.13","gw03128","mavic#11") into it I successfully did a similar command with a PWD, but I don't know why I am getting the 500 for the GET command. I am fairly new to LiveCode, so an...