Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.15 KB

NOTES.md

File metadata and controls

46 lines (37 loc) · 2.15 KB

File Transfer

  • transfer Chat/Chat.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/pages/api/chat.ts irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-uipages/api/chat.ts
  • transfer Chat/Chat.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/pages/api/google.ts irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/pages/api/google.ts
  • transfer Chat/Chat.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/types/chat.ts irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/types/chat.ts
  • transfer Chat/Chat.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/utils/server/index.ts irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/utils/server/index.ts
  • transfer Chat/Chat.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/utils/app/clean.ts irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/utils/app/clean.ts
  • transfer Chat/Chat.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/components/Chat/Chat.tsx irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/components/Chat/Chat.tsx
  • transfer Chat/ChatInput.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/components/Chat/ChatInput.tsx irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/components/Chat/ChatInput.tsx
  • transfer pages/home/home.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/pages/home/home.tsx irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/pages/home/home.tsx
  • transfer pages/_document.tsx to server
scp /Users/iris/Documents/MONDEGO_Lab/AI_Tutoring/ai_tutor_research/chatbot-ui/pages/_document.tsx irisma@clotho.ics.uci.edu:/home/irisma/ai_tutor_research/chatbot-ui/pages/_document.tsx