Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

iftp problem

D

drrob1

Guest
Win XP SP3
tcmd 12.11.72

iftp ftp://site1
copy file1 ftp:
iftp /c

iftp sftp://site2
copy file1 ftp:
iftp /c

Now if I use FileZilla to see what's up, I find that site 2 does not have a copy of file1; both iftp sessions sent file1 to site 1

Is my syntax incorrect, or have I uncovered a bug?

--rob solomon
 
> iftp ftp://site1
> copy file1 ftp:
> iftp /c
>
> iftp sftp://site2
> copy file1 ftp:
> iftp /c
>
> Now if I use FileZilla to see what's up, I find that site 2 does not have
a copy

> of file1; both iftp sessions sent file1 to site 1
>
> Is my syntax incorrect, or have I uncovered a bug?

The former -- you opened an FTP and an SFTP site, but only copied to the FTP
site. Your second copy should be:

Copy file1 sftp:

Otherwise IFTP is assuming you wanted to reopen site1 and copy the file
there again.

Rex Conn
JP Software
 
That's working. Thanks.

Sent from my Verizon Wireless 4GLTE smartphone

----- Reply message -----
From: "rconn" <>
To: <[email protected]>
Subject: [Support-t-3012] iftp problem
Date: Fri, Jul 29, 2011 12:46 am


---Quote---

> iftp ftp://site1
> copy file1 ftp:
> iftp /c
>
> iftp sftp://site2
> copy file1 ftp:
> iftp /c
>
> Now if I use FileZilla to see what's up, I find that site 2 does not have
---End Quote---
a copy


---Quote---

> of file1; both iftp sessions sent file1 to site 1
>
> Is my syntax incorrect, or have I uncovered a bug?
---End Quote---
The former -- you opened an FTP and an SFTP site, but only copied to the FTP
site. Your second copy should be:

Copy file1 sftp:

Otherwise IFTP is assuming you wanted to reopen site1 and copy the file
there again.

Rex Conn
JP Software
 

Similar threads

Back
Top