professionalsger.blogg.se

Filezilla command line upload file
Filezilla command line upload file










filezilla command line upload file

If you are not comfortable with the command line, there are several graphical user interface programs that are available which provide the same functionality.

filezilla command line upload file

If we want to transfer a file from our personal machine to data, we would need to run SCP again, flipping the source and destination directories.įor example, if I wanted to transfer my hw2.c file from my personal machine to data, I would run: scp hw2.c :~/cs240/hw2/ Keep in mind that this is a copy of your homework, so any changes you make on your personal machine will not be reflected on data and vice versa. If everything ran properly, you should be able to access your homework on your personal machine. The SCP program takes the following parameters:įor our purposes of transferring homework from data, we are going to use the following command: scp įor example, if I wanted to transfer my hw2.c file to my current directory on my PC, I would run: scp :~/cs240/hw2/hw2.c. SCP works the same regardless of operating system. In order to transfer your files, we are going to use SCP. On Windows open “Windows PowerShell.” On Mac or Linux, open your respective Terminal. These methods will work on Windows, Mac, and Linux. The tutorial will show you how to transfer files between your computer and a remote server (and vice versa) using SCP via command line and FileZilla. Sometimes there comes a need where you need to transfer a files between your personal computer and one of Purdue’s servers (like data.cs.).












Filezilla command line upload file