开云体育From a command prompt (assuming FTP access is enabled on the Pi) ? ? ls – will list the directory structure cd – will change directory get – will get a single file bin – will enable binary mode hash – will show the progress of the file download ? ? Change to drive/folder you want to download the files to i.e c:\pi ? C: Cd \pi
Enter the user name Enter the password ? ? find the file you want in the directory you want i.e a folder call pifiles ? ls ? cd pifiles ? then change to binary mode using the command; ? bin ? then use hash command to see the progress of the file; ? hash ? once you know the file name use get; ? get thisfile.txt ? when file has downloaded use the quit command to exit ftp; ? quit ? then this should return you to the folder you started in (c:\pi) ? exit (to exit the command prompt) ? thanks ? john ? ? ? ? From:
Raspberry_Pi_4-Ham_RADIO@...
[mailto:Raspberry_Pi_4-Ham_RADIO@...] ? ? I have
not used telnet or FTP for a long time and would like to use it to transfer
files from the Pi to Windows XP, would anyone be willing to write a few command
lines here for getting or putting files from WinXP to the Pi, many thanks. |