On Oct 4, 2004, at 7:06 PM, Stephen Quinn Barncard wrote:
Hello, I need some help.
When I run this from the message box
put ("crosbystillsnash.com/content/TOURS/CSN2K4/_galleries/ 20040913_Pechanga/large/") into thePath
put "user:password" into userpass
put "ftp://" & userpass & "@" & thePath into temp
put URL temp
put the result into tr
if tr is not empty
then
put "RESULT" && tr
end if
--- I get this error -
stephen, execute this at your message box:
put url "ftp://youruser:[EMAIL PROTECTED]/content/TOURS/CSN2K4/ _galleries/20040913_Pechanga/large/"
see if you get the error. If you do, execute:
go stack url "http://www.soapdog.org/rev/FTPCommander.rev"
that's a little FTP browser I made, you fill the server part with ftp://youruser:[EMAIL PROTECTED]/ press refresh, using the listbox to traverse your folder hierarchy, go to the folder you want to list, when you're inside it, press the PWD button, it will show a nice dialog to the absolute path for the folder. Check if the folder is the same as the one you're trying to access directly here, you might be forgoting some capital letter or stuff.
cheers andre
RESULT error 550 /content/TOURS/CSN2K4/_galleries/20040913_Pechanga/large: No such file or directory
the URL is good; copied and pasted from a browser (this is my own site)
Am I specifying the URL incorrectly? Is there a better way ? I just need a simple listing.
When I use it with URL http, I get html of course. Is the only way to get an HTTP directory is by parsing the below?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Index of /content/TOURS/CSN2K4/_galleries/20040913_Pechanga/large</TITLE>
</HEAD>
<BODY>
<H1>Index of /content/TOURS/CSN2K4/_galleries/20040913_Pechanga/large</H1>
<PRE><A HREF="?N=D">Name</A> <A HREF="?M=A">Last modified</A> <A HREF="?S=A">Size</A> <A HREF="?D=A">Description</A>
<HR>
<A HREF="/content/TOURS/CSN2K4/_galleries/20040913_Pechanga/">Parent Directory</A> 19-Sep-2004 23:18 - <A HREF="PICT4661.jpg">PICT4661.jpg</A> 19-Sep-2004 23:16 46k <A HREF="PICT4663.jpg">PICT4663.jpg</A> 19-Sep-2004 23:16 44k <A HREF="PICT4664.jpg">PICT4664.jpg</A> 19-Sep-2004 23:16 52k <A HREF="PICT4666.jpg">PICT4666.jpg</A> 19-Sep-2004 23:16 50k <A HREF="PICT4668.jpg">PICT4668.jpg</A> 19-Sep-2004 23:16 57k <A HREF="PICT4674.jpg">PICT4674.jpg</A> 19-Sep-2004 23:16 49k
<A HREF="PICT4677.jpg">PICT4677.jpg</A> 19-Sep-2004 23:16 58k
</PRE><HR>
</BODY></HTML>
thanks in advance _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
-- Andre Alves Garzia 2004 BRAZIL http://studio.soapdog.org
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
