![]() ![]() |
Gateway as FTP Client with IIS FTP server |
Jan 27 2009, 02:02 PM
Post
#1
|
|
|
Visitor ![]() Group: Members Posts: 4 Joined: 17-December 08 From: Paris Member No.: 253 |
Hello all,
I try to add a "before transfer" process in order to create the tree directory on the FTP server site (MS IIS) I added a script in the -ftpc with : SITE mkdir \Level1\ SITE mkdir \Level1\Level2\ and I received a Prot.diag 500 unrecognized command error for the first ligne. I made tests with / instead of \, MD, MKDIR, MKD instead of mkdir with the same result. When I do it with the PC ftp client it work well. Do you have any idea ? Thanks in advance, Regards, Patrick |
|
|
|
Jan 27 2009, 02:11 PM
Post
#2
|
|
|
Group: Axway Moderator Posts: 31 Joined: 6-November 08 From: Paris Member No.: 100 |
Hi Patrick
To create a remote directory before your transfer use in your ftpc script : QUOTE MKD level1 QUOTE MKD level1/level2 Raphael |
|
|
|
![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
Lo-Fi Version | Time is now: 30th July 2010 - 01:17 PM |
Skin designed by IPB Forum Skins
Expand / Collapse Navigation



Jan 27 2009, 02:02 PM




