libURLFTPCommand problems

Michael Kann mikekann at yahoo.com
Fri Jun 4 13:54:33 EDT 2010


Mark, 

It looks like we get three more commands to work with:
------------------------------------------
-- output from following script
------------------------------------------
214-The following SITE commands are recognized

 ALIAS

 CHMOD

 IDLE

 UTIME

-- Don't know why PWD isn't listed.
------------------------------------------
Script:

on mouseUp
libURLSetLogField "field 1"
put libURLFtpCommand("HELP", "taishan.on-rev.com", "taishan", "pj7d89kq") into fld 2
end mouseUp

Not much help. Sorry.

Mike

--- On Fri, 6/4/10, Jeff Massung <massung at gmail.com> wrote:

> From: Jeff Massung <massung at gmail.com>
> Subject: libURLFTPCommand problems
> To: "RunRev Mailing List" <use-revolution at lists.runrev.com>
> Date: Friday, June 4, 2010, 11:42 AM
> I cannot seem to get this to work.
> Well, to be clear, the function works
> just fine, but none of the commands are working. For
> example, a simple test:
> 
> put libURLFtpCommand("ls", "my.ftp.site", "username",
> "password")
> 
> Every time this will put "500 Command not found". However,
> if I just ftp
> into the account I can do "ls" all day long and it works
> just fine. I've
> tried DIR, NLST, LIST, caps combinations, etc. PWD works,
> but almost every
> other command fails.
> 
> Any ideas? Thanks!
> 
> Jeff M.
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage
> your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 


      



More information about the use-livecode mailing list