Discuss (FTP), (FTP on .NET CF) and (FTPS, SFTP and SCP).
no avatar
User

Clennon

Posts

6

Joined

Fri Dec 12, 2014 12:37 am

SecureFTPConnection InvokeSiteCommand

by Clennon » Fri Dec 12, 2014 12:46 am

We currently use another vendor's FTP component to handle FTP connections and traffic and are in the process of switching to the edtFTPnetPro dll to use a SecureFTPConnection. The current component has a Command property that I use to pass a command string that looks like this: "SITE DEFAULT MAPIN TEXT STY=TEX,CHA=EBCDIC,FIL=DATA,REC=180, BLO=1"

Would the InvokeSiteCommand method accomplish the same thing?
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SecureFTPConnection InvokeSiteCommand

by support2 » Fri Dec 12, 2014 1:29 am

Yes, but omit SITE from the string that you supply as it will be implicitly added when calling InvokeSiteCommand
no avatar
User

Clennon

Posts

6

Joined

Fri Dec 12, 2014 12:37 am

Re: SecureFTPConnection InvokeSiteCommand

by Clennon » Wed Feb 04, 2015 2:26 am

It should be invoked when you need the command called. Look at the log file to determine if it is sending the right command.
no avatar
User

Clennon

Posts

6

Joined

Fri Dec 12, 2014 12:37 am

Re: SecureFTPConnection InvokeSiteCommand

by Clennon » Wed Feb 04, 2015 4:08 am

So after the file has been uploaded?
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SecureFTPConnection InvokeSiteCommand

by support2 » Wed Feb 04, 2015 5:07 am

Have a look at the logging of your existing component to find out when it sends the command.

The server log should also tell you the same thing.
no avatar
User

Clennon

Posts

6

Joined

Fri Dec 12, 2014 12:37 am

Re: SecureFTPConnection InvokeSiteCommand

by Clennon » Wed Feb 04, 2015 6:50 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SecureFTPConnection InvokeSiteCommand

by support2 » Wed Feb 04, 2015 8:37 am

I would normally expect the SITE command to be applied prior to doing the upload, so try that first. Enable logging at the debug level - you'll see what commands are being sent in the log.
no avatar
User

Clennon

Posts

6

Joined

Fri Dec 12, 2014 12:37 am

Re: SecureFTPConnection InvokeSiteCommand

by Clennon » Thu Feb 05, 2015 1:34 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SecureFTPConnection InvokeSiteCommand

by support2 » Thu Feb 05, 2015 1:47 am

No, I assume you need to pass in the same SITE command as your previous program was doing:

InvokeSiteCommand("DEFAULT MAPIN TEXT STY=TEX,CHA=EBCDIC,FIL=DATA,REC=180, BLO=1");

Who is online

Users browsing this forum: No registered users and 26 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign
cron