FTP using script not working (for transfering file from a remote unix server to windows PC.)
hi,
Im using the following code for FTP
Below is the log when i run the above code
**********************************
***************************************************
but when i look in C drive of my PC ...rtl.tar is not there..why the tarnsfre is not success.
But log is showing file is sent...
Last edited by Franklin52; 07-11-2012 at 05:00 PM..
Reason: Please use code tags for data and code samples, thank you
hi PKK45,
i have taken this script from this forum... eventhough its showing that file is sent,im not able to find tht in my c drive of windows..
Please help me troubleshoot..
hi pkk,
thank u...im using the second case..
below is the log file..,im getting ...But transfer is not succes...still im not able to get the file in windows.
++++++++++++++++++++++
++++++++++++++++++++++++++
please help
Last edited by Franklin52; 07-11-2012 at 05:01 PM..
Hi,
Is it possible to ftp a huge zip file from windows to unix server using unix shell scripting?
If so what command i need to use.
thanks in advance. (1 Reply)
I have a problem with ftp. i want to ftp a file "file.txt" from unix box to windows server.
The destination folder is something like this:
"\\windowsservername\apps\is\"
FTPUSER=ftp1
FTPPASS=****
ftp -v -d -n > ftplog <<!EOF
open windowsservername
user $FTPUSER $FTPASS
cd... (3 Replies)
Hi, I am new to this subject.....Can someone please help me out with the script...
unix usernm "sdhftst"
unix pwd "chsd13"
windows usernm "dfghtst"
windows pwd "chsd13"
path..../xxx/xxxxx/xxxxxx/xxxxxxx
please can u get me a script...its only one file to get ftp.
Thanks... (2 Replies)
Hi,
I need to ftp some input files from windows to unix server.All the files will be saved in the C drive in my machine.
Currently all these files are transferring manually to the unix server.I need to write a shell script which ftp the files
from windows to unix box.When I searched in the... (10 Replies)
Hello Gurus,
Naif is implemented for only for port 21 for few windows servers.
I have made my linux 5.1 as my FTP server.
After installing vsftpd i could ftp from other linux server.
linux to linux (ftp server)
But same when i ftp from other windows server which only port 21 is enabled.... (2 Replies)
Hello Gurus,
Naif is implemented for only for port 21 for few windows servers.
I have made my linux 5.1 as my FTP server.
After installing vsftpd i could ftp from other linux server.
linux to linux (ftp server)
But same when i ftp from other windows server which only port 21 is enabled.... (0 Replies)
I am trying to setup an FTP server in a Fedora Core 3 machine through the command line interface and not KDE.
I think I am successful in getting the ftp service running, as when I do an ftp 127.0.0.1, I am able to log in using any one the user accounts I have created on this machine and browse... (8 Replies)