Re: ftp'ing

From: Keith Moore <kmoore_at_zephyrus.com>
Date: Tue, 27 Jan 2015 23:04:31 -0600
Message-Id: <74E47F43-B8E7-4376-BF3F-28E0CC7A457C_at_zephyrus.com>



Binary just copies it byte for byte whether the file is ASCII or some type of binary file. The only time ASCII is needed is for moving between platforms that have different end of line characters, such as Unix/Linux to Windows or vice versa.

And that can be handled by various utilities that do the conversion for you (can’t remember the names). Or just use a text editor that doesn’t care. Or use search and replace in vi. Etc, etc...

Keith

On Jan 27, 2015, at 4:06 PM, Jack Applewhite <jack.applewhite_at_austinisd.org> wrote:

> Nope. It does ASCII, too. We do a bunch of sftp'ing of ASCII *.csv files to vendors. They're encrypted by sftp, but leave us as ASCII and end up there as ASCII.
> ----
> Jack C. Applewhite - Database Administrator
> Austin I.S.D. - MIS Department
> 512.414.9250 (wk)
> From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> on behalf of Jeff Smith <jeff.d.smith_at_oracle.com>
> Sent: Tuesday, January 27, 2015 3:27 PM
> To: don_at_seiler.us; Chris Taylor
> Cc: Brian Zelli; oracle-l_at_freelists.org
> Subject: RE: ftp'ing
>
> Sftp only does binary…yes?
>
> From: Don Seiler [mailto:don_at_seiler.us]
> Sent: Tuesday, January 27, 2015 3:10 PM
> To: Chris Taylor
> Cc: Brian Zelli; oracle-l_at_freelists.org
> Subject: Re: ftp'ing
>
> Yeah I prefer rsync+ssh myself when moving files internally.
>
> Don.
>
> On Tue, Jan 27, 2015 at 2:07 PM, Chris Taylor <christopherdtaylor1994_at_gmail.com> wrote:
> Binary.
>
> If you use SSH, you can also use "scp" to secure copy the file. You can also use rsync.
>
> Chris
>
> On Tue, Jan 27, 2015 at 2:05 PM, Zelli, Brian <Brian.Zelli_at_roswellpark.org> wrote:
> When I move an exported dump file from one server to another for import, do I move it ASCII or binary?
>
>
> Brian
>
>
> This email message may contain legally privileged and/or confidential information. If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited. If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
>
>
>
>
> --
> Don Seiler
> http://www.seiler.us
> Confidentiality Notice: This email message, including all attachments, is for the sole use of the intended recipient(s) and may contain confidential student and/or employee information. Unauthorized use of disclosure is prohibited under the federal Family Educational Rights & Privacy Act (20 U.S.C. §1232g, 34 CFR Part 99, 19 TAC 247.2, Gov’t Code 552.023, Educ. Code 21.355, 29 CFR 1630.14(b)(c)). If you are not the intended recipient, you may not use, disclose, copy or disseminate this information. Please call the sender immediately or reply by email and destroy all copies of the original message, including attachments.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 28 2015 - 06:04:31 CET

Original text of this message