karthik_rcs
Broken In
Hello friends
I have some problem in my project.
I connect to a ftp server [PARTICULAR DIRECTORY IN THAT SERVER].
i have to download all the files from that directory to a specified directory in my local machine.
The Problem is , in order to check for status of the transfer. I need to know the file count [No of files in the FTP server].
If i know the count of files in the FTP server, then i can use that information for checking the number of files downloaded to my local directory .
This makes us confirm whether there was a successful transfer of all files.
How To Find Num of files in FTP Server directory in a FTP Session.
2. After transfer i have to move the files in FTP server from one directory to another.
say in ftp server i have directory called source , from where i mget all the files
after transfer i have to move those files to archive directory present in the FTP server itself.
Can we write mv command there in ftp session..
3. I connect to FTP from unix box [ using .netrc information]
Please help me on this
I have some problem in my project.
I connect to a ftp server [PARTICULAR DIRECTORY IN THAT SERVER].
i have to download all the files from that directory to a specified directory in my local machine.
The Problem is , in order to check for status of the transfer. I need to know the file count [No of files in the FTP server].
If i know the count of files in the FTP server, then i can use that information for checking the number of files downloaded to my local directory .
This makes us confirm whether there was a successful transfer of all files.
How To Find Num of files in FTP Server directory in a FTP Session.
2. After transfer i have to move the files in FTP server from one directory to another.
say in ftp server i have directory called source , from where i mget all the files
after transfer i have to move those files to archive directory present in the FTP server itself.
Can we write mv command there in ftp session..
3. I connect to FTP from unix box [ using .netrc information]
Please help me on this