SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
create directories

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
create directories
Author Message
Deral Heiland



Joined: 25 Oct 2001
Posts: 2

Post create directories Reply with quote

Help How can I create directories on a remote ftp server

Thu Oct 25, 2001 9:27 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7948

Post Re: create directories Reply with quote

Check out FTPDirCreate in the on-line help. This method is available in v3.0 and later

: Help How can I create directories on a remote ftp server

Thu Oct 25, 2001 9:48 pm View user's profile Send private message
Deral Heiland



Joined: 25 Oct 2001
Posts: 2

Post Re: create directories Reply with quote

: Check out FTPDirCreate in the on-line help. This method is available in v3.0
: and later

Is there any method available with version 2.4.7

Fri Oct 26, 2001 9:44 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7948

Post Re: create directories Reply with quote

Sorry, there is no such method.

You can try creating dynamic FTP scripts for the command line FTP utility then execute it with a /S options as ftp myserver /s myscript

Example:

Dim ftp_script, string
ConcatEx "usr myname\n", "pwrd mypass\n", "cd somepath\n", &
"md ", newdirname, "\n", "quit\n", ftp_script
FileSave "c:\\temp\\myscript.ftp", ftp_script
// run it
Dim pid, number
RunAndWait "ftp myserver /s c:\\temp\\myscript.ftp", "", 0, pid
FileDelete "c:\\temp\\myscript.ftp"

: Is there any method available with version 2.4.7

Fri Oct 26, 2001 12:53 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.