Sponsored Content
Operating Systems Linux ftp problem from linux to windows2000 server Post 302159454 by 3rr0r_3rr0r on Thursday 17th of January 2008 07:48:37 PM
Old 01-17-2008
ftp problem from linux to windows2000 server

Hi All,

I was trying to ftp multiple files from my windows to my linux box, everything gets transfered but unfortunately some of them are corrupted.

I found out that some of the files are in Ascii and some are binary, but since most of the files I'm trying to send are Ascii...the big ones binary are getting corrupted.

Would there be anyway that I can make the ftp program to determine if the file is either binary or ascii?

Thanks.Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux ftp server

I have taken an old Pentium-75 Compaq with 32Mb memory, formatted the hard drive, and loaded Redhat 5.2 on it. All I really want is an ftp server to allow vendors to download files from it as they need them. I was told that these old pentiums with little memory would work well with Linux. The ftp... (2 Replies)
Discussion started by: kwalter
2 Replies

2. UNIX for Dummies Questions & Answers

NFS and windows2000 Server

Hello, We use an WIN2000 NT Server and some Unix (Scitex Brisque) in our prepress network. We want to create a folder onto the unix machine which is visible for the NTServer. The nfs apllication is Disk Acces. The people at scitex told me to that I'd to make an export folder so the unix... (3 Replies)
Discussion started by: Vanstraelen
3 Replies

3. UNIX for Dummies Questions & Answers

linux and windows2000

I have successfully installed Slackware 8.0 on a disk and Windows 2000 on the other. The win-disk being the master and linux-disk the slave. I do multi booting via LILO and everything works great. But recently I've decided to remove the harddrive with linux on and put it in another computer.... (6 Replies)
Discussion started by: J.P
6 Replies

4. UNIX for Dummies Questions & Answers

FTP connection problem on new server

Solaris Server (V880) version 8 Brand new box just installed O/S, what do I need to do in order to get FTP working. I have updated the /etc/hosts.equiv file Problem - When trying to ftp to the server I get a login incorrect message, this is with the root user. Are there some... (1 Reply)
Discussion started by: miredale
1 Replies

5. UNIX Desktop Questions & Answers

is there any problem that install windows2000 and unix on one computer

I want to know if there is any problem that install windows2000 and unix or linux on same computer.I partition my harddisk to 4, 3 of 4 are NTFS, 1 is FAT32, I want to install unix or linux on this partition.how should I do??? (6 Replies)
Discussion started by: sw_water
6 Replies

6. Linux

Linux as FTP & Mail server

How do i setup my linux server to act as a internal ftp server. i have 30 machines who would want to log onto external ftp servers ( for hosting and stuff ). They would have to go through a ftp server on the network server to get outside to the internet? What program on linux would i use How... (6 Replies)
Discussion started by: perleo
6 Replies

7. UNIX for Dummies Questions & Answers

FTP problem on unix-server

hi there, i am a sap-programmer and i sent pdf-files via FTP from sap (on an iseries-machine) to a UNIX-server every day. i am doing it via MPUT *.pdf It works well until today. I got the ftp-message "Arguments too long"....i searched for it in the internet and here in the forum. it says... (9 Replies)
Discussion started by: smartin999
9 Replies

8. UNIX and Linux Applications

Linux Ftp Server

Hi Anyone out there know how to change the linux ftp server message. ftp> bye 221-You have transferred 0 bytes in 0 files. 221-Total traffic for this session was 197 bytes in 0 transfers. 221-Thank you for using the FTP service on kgsainss103. 221 Goodbye. the end message Goodbye. to... (2 Replies)
Discussion started by: netxus
2 Replies

9. Emergency UNIX and Linux Support

solaris or linux sftp/ftp-server

Hi, we have a big problem, history: we migrated our companies ftp and sftp-server, which were vsftp and openssh, to one server, software is called JSCAPE ftp server professional edition for the first time everything was great, but after one or two months, our uploads hang, 0 byte files are... (11 Replies)
Discussion started by: funksen
11 Replies

10. Red Hat

Ftp problem on proxy server

Hi all, First of all i would like to say sorry to all for my english. My name is Mastan. We have an proxy server have 2 lan cards. one is for public and another for private. public ip: 182.72.141.... private ip: 192.168.0.0 So, the thing is i configure ftp server in my local for... (0 Replies)
Discussion started by: mastansaheb
0 Replies
ASCII-XFR(1)							Linux Users Manual						      ASCII-XFR(1)

NAME
ascii-xfr - upload/download files using the ASCII protocol SYNOPSIS
ascii-xfr -s|-r [-ednv] [-l linedelay] [-c characterdelay] filename DESCRIPTION
Ascii-xfr Transfers files in ASCII mode. This means no flow control, no checksumming and no file-name negotiation. It should only be used if the remote system doesn't understand anything else. The ASCII protocol transfers files line-by-line. The EOL (End-Of-Line) character is transmitted as CRLF. When receiving, the CR character is stripped from the incoming file. The Control-Z (ASCII 26) character signals End-Of-File, if option -e is specified (unless you change it to Cotrol-D (ASCII 4) with -d). Ascii-xfr reads from stdin when receiving, and sends data on stdout when sending. Some form of input or output redirection to the the modem device is thus needed when downloading or uploading, respectively. OPTIONS
-s Send a file. -r Receive a file. One of -s or -r must be present. -e Send the End-Of-File character (Control-Z, ASCII 26 by default) when uploading has finished. -d Use the Control-D (ASCII 4) as End-Of-File character. -n Do not translate CR to CRLF and vice versa. -v Verbose: show tranfer statistics on the stderr output. -l milliseconds When transmitting, pause for this delay after each line. -c milliseconds When transmitting, pause for this delay after each character. file Name of the file to send or receive. When receiving, any existing file by this name will be truncated. USAGE WITH MINICOM
If you want to call this program from minicom(1), start minicom and go to the Options menu. Select File transfer protocols. Add the fol- lowing lines, for example as protocols I and J. I Ascii /usr/bin/ascii-xfr -sv Y U N Y J Ascii /usr/bin/ascii-xfr -rv Y D N Y AUTHOR
Miquel van Smoorenburg, miquels@cistron.nl Jukka Lahtinen, walker@clinet.fi SEE ALSO
minicom(1) $Date: 2000/11/17 15:20:28 $ ASCII-XFR(1)
All times are GMT -4. The time now is 08:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy