YpR^ Posted September 13, 2004 Author Posted September 13, 2004 i get the problem when writing example: cd folder all other things work
Developers Jos Posted September 13, 2004 Developers Posted September 13, 2004 i get the problem when writing example: cd folder all other things work <{POST_SNAPBACK}>So does that mean that the remote directory doesn't exist or you don't have access ?? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
YpR^ Posted September 13, 2004 Author Posted September 13, 2004 i've access ... and the folder dosent exist
YpR^ Posted September 15, 2004 Author Posted September 15, 2004 it works now... just deleted the Answer2....
YpR^ Posted September 15, 2004 Author Posted September 15, 2004 If i change the "send" to "get"... is it then also possible to edit this $ANSWER1=FileOpenDialog( "Choose file", "C:\", "All (*.*)") to show an directory on the FTP instead of C: ?
Developers Jos Posted September 15, 2004 Developers Posted September 15, 2004 (edited) If i change the "send" to "get"... is it then also possible to edit this <{POST_SNAPBACK}> that explains it since send is the same as PUT, Upload a file!!! $ANSWER1=FileOpenDialog( "Choose file", "C:\", "All (*.*)") to show an directory on the FTP instead of C: ? <{POST_SNAPBACK}>do you mean if this dialog can interactively display the remote directory ? Edited September 15, 2004 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
YpR^ Posted September 15, 2004 Author Posted September 15, 2004 (edited) Well.... yes interactively display...Ohh... it is supposed to Send / Uplaod / put or whatever.. but i want to make a "downlaoder" too (by editing the Send to GetBut i've got some problems with the Uploader... Because ... it only uploads files from the Directory C:\$ANSWER1=FileOpenDialog( "Choose file", "C:\", "All (*.*)")Possible to substitute the C:\ with "My computer" ?.,... so destination dosen't matterAnd do nothing when i choose a file beside :///And second... if the file to uplaod starts with a number... then it won't do anyting Edited September 15, 2004 by YpR^
Developers Jos Posted September 15, 2004 Developers Posted September 15, 2004 Well.... yes interactively display... Ohh... it is supposed to Send / Uplaod / put or whatever.. but i want to make a "downlaoder" too (by editing the Send to Get But i've got some problems with the Uploader... Because ... it only uploads files from the Directory C:\ $ANSWER1=FileOpenDialog( "Choose file", "C:\", "All (*.*)") And do nothing when i choose a file beside :/// And second... if the file to uplaod starts with a number... then it won't do anyting <{POST_SNAPBACK}>try putting double quotes around the file to be uploaded like this: FileWriteline( "ftp.ftp", "send """ & $answer1 & """" ) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
YpR^ Posted September 15, 2004 Author Posted September 15, 2004 seems to work now ... thanks for all ur help --- Was it possible to make a interactively display... og the FTP server ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now