How to upload files using ftp to a remote server?

Asked By 0 points N/A Posted on -
qa-featured

I am planning to upload some files through FTP to a remote server. I would like to have an organized directory for each and every file that I will transfer. Would you me assistance for that? I am currently using Visual Basic. Net 2008.

SHARE
Best Answer by kranthi.r543
Best Answer
Best Answer
Answered By 0 points N/A #109176

How to upload files using ftp to a remote server?

qa-featured

It is not very much dependable if we copy a large number of individual files using FTP. If you have command-line which is able enter  to the both source and destination systems in this case you can create a compressed archive file which will contain all the files on the source system, here you have  transferred that single file to your desired  system where it can be decompressed.

Answered By 15 points N/A #109177

How to upload files using ftp to a remote server?

qa-featured

I will suggest that you use the filezilla ftp transfer application  which is a free and open source application meaning that you download for free from the internet. The software supports multiple platforms so it does not, matter if you are using windows and you want to transfer the files to a linux-based platform, it will still work. It also supports the mac OSX platform.

You can use filezilla for FTP, SFTP and FTPS types of files from your computer to the remote server. All you have to do is browse the location of the files on your computer using the FTP client and then transfer them to the remote server by copying and pasting them in the right corresponding folders.

You can download filezilla from sourceforge.net for free.

Regards
Clair Charles

Related Questions