Posts: 1,769
Threads: 410
Joined: Feb 2003
how can i tell this command to transfer file in ascii?
there is a paramater that i cant find out how to set called "[failifexists]" before the ascii param.
thanks.
Posts: 12,061
Threads: 140
Joined: Dec 2002
Use these default values for optional arguments:
"" for strings that are passed by value (eg declared as $arg).
0 for all other. That is, for numeric, pointer and reference arguments (eg declared as str&arg).
ftp.FileGet("filename" "filename" 0 1)
Posts: 1,769
Threads: 410
Joined: Feb 2003
Posts: 1,769
Threads: 410
Joined: Feb 2003
i'm going to have to bring this up again.
how do i tell it to just overwrite the file if it exists?
i'm having some errors and im not sure what's causing some files not to dnld.
Posts: 12,061
Threads: 140
Joined: Dec 2002
Should overwrite, unless the file is read-only.
Posts: 1,769
Threads: 410
Joined: Feb 2003
thanks....i guess it's back to mill to find out what's going on.