Jump to content

Recommended Posts

  • Developers
Posted

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.
  :)

Posted

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
Posted (edited)

If i change the "send" to "get"... is it then also possible to edit this

<{POST_SNAPBACK}>

:ph34r: 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 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.
  :)

Posted (edited)

Well.... yes interactively display...

Ohh... it is supposed to Send / Uplaod / put or whatever.. but i want to make a "downlaoder" too :ph34r: (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 (*.*)")

Possible to substitute the C:\ with "My computer" ?.,... so destination dosen't matter

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 :(

Edited by YpR^
  • Developers
Posted

Well.... yes interactively display...

Ohh... it is supposed to Send / Uplaod / put or whatever.. but i want to make a "downlaoder" too :ph34r: (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.
  :)

Posted

seems to work now :ph34r: ... thanks for all ur help :( ---

Was it possible to make a interactively display... og the FTP server ?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...