Ftpgetcurrenturl()
Returns the current remote directory
Usage
STRING = Ftpgetcurrenturl(
ftpdata,
stoponerror
)
Argument | Summary |
---|---|
ftpdata | the connection object as defined from FtpOpen() |
stoponerror | if something goes wrong, throw an exception. defaults to true [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
Ftpgetcurrenturl( ftpdata=?, stoponerror=? );
Supports passing parameters as a structure using ArgumentCollection:
Ftpgetcurrenturl( ArgumentCollection={ ftpdata : ?, stoponerror : ? } );